Whamcloud - gitweb
include/linux/obdfs.h: add symlink_inode_operations, prototypes
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2
3 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
4 rm -f tags ; ctags -R *