Whamcloud - gitweb
Don't crash in expired_lock_main() with racing client eviction/lock completion.
[fs/lustre-release.git] / lustre / scripts / dodiff.sh
1 #!/bin/sh
2
3 for f in `cat $1` ; do 
4    diff -u $2-pristine/$f $2/$f 
5 done