]> Pileus Git - ~andy/linux/blobdiff - scripts/tags.sh
ext4: Avoid corrupting the uninitialized bit in the extent during truncate
[~andy/linux] / scripts / tags.sh
index 5bd8b1003d446b1f4e80dd7e9a788685263a3a6e..4a34ec591e8c05f224f4900028f0e25f99e9eeba 100755 (executable)
@@ -164,10 +164,12 @@ case "$1" in
                ;;
 
        "tags")
+               rm -f tags
                xtags ctags
                ;;
 
        "TAGS")
+               rm -f TAGS
                xtags etags
                ;;
 esac