Whamcloud - gitweb
ext2obd/ext2obd.c, obdfs/namei.c: fixed inline flag to be o_obdflag, not o_flag
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2 set -vx
3 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
4 rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags