summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-03-10 22:22:00 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-03-10 22:22:00 -0800
commit128b7d66f4fcc766f6d9851505f81f56b728d278 (patch)
tree9ad9f52e86fa676a3bec2f2c0f0437f212fd5ddd /include/linux
parentdcb1bcb77da755272405adde87ec79bd39437cd1 (diff)
[PATCH] (2/4) ->kill_sb() switchover
FS_LITTER filesystems (ramfs-like) switched to use of ->kill_sb(). FS_LITTER is gone.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index a98513fc754f..605355cdbdde 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -92,7 +92,6 @@ extern int leases_enable, dir_notify_enable, lease_break_time;
* FS_NO_DCACHE is not set.
*/
#define FS_NOMOUNT 16 /* Never mount from userland */
-#define FS_LITTER 32 /* Keeps the tree in dcache */
#define FS_ODD_RENAME 32768 /* Temporary stuff; will go away as soon
* as nfs_rename() will be cleaned up
*/