summaryrefslogtreecommitdiff
path: root/include/linux/fs_struct.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:11:26 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:11:26 -0800
commit74f5133bc757c27c168be048b66ddfe53160a793 (patch)
tree087f97651013d3333dd7b86e418dff05a88a5ca5 /include/linux/fs_struct.h
parent08eb400cbebc7717f546845df7b87ad6f8711cf5 (diff)
v2.4.6.6 -> v2.4.6.7
- Andreas Dilger: various ext2 cleanups - Richard Gooch: devfs update - Johannes Erdfelt: USB updates - Alan Cox: merges - David Miller: fix SMP pktsched bootup deadlock (CONFIG_NET_SCHED) - Roman Zippel: AFFS update - Anton Altaparmakov: NTFS update - me: fix races in vfork() (semaphores are not good completion handlers) - Jeff Garzik: net driver updates, sysvfs update
Diffstat (limited to 'include/linux/fs_struct.h')
-rw-r--r--include/linux/fs_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs_struct.h b/include/linux/fs_struct.h
index 3d6451977757..3d2df3cf4202 100644
--- a/include/linux/fs_struct.h
+++ b/include/linux/fs_struct.h
@@ -13,7 +13,7 @@ struct fs_struct {
#define INIT_FS { \
ATOMIC_INIT(1), \
RW_LOCK_UNLOCKED, \
- 0000, \
+ 0022, \
NULL, NULL, NULL, NULL, NULL, NULL \
}