diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-22 12:28:19 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-22 12:28:19 -0400 |
commit | 7efb35af738e96565934cc640d863eb18dba0206 (patch) | |
tree | 29ed331d864b0cfa73fdca5fd3982896e56f9530 /fs/pnode.h | |
parent | 748c5151deb56e4b7b5a9b07a884243764933831 (diff) | |
parent | 55b70a0300b873c0ec7ea6e33752af56f41250ce (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index d45bd8ec36bf..f249be2fee7a 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #define CL_COPY_ALL 0x04 | 22 | #define CL_COPY_ALL 0x04 |
23 | #define CL_MAKE_SHARED 0x08 | 23 | #define CL_MAKE_SHARED 0x08 |
24 | #define CL_PROPAGATION 0x10 | 24 | #define CL_PROPAGATION 0x10 |
25 | #define CL_PRIVATE 0x20 | ||
25 | 26 | ||
26 | static inline void set_mnt_shared(struct vfsmount *mnt) | 27 | static inline void set_mnt_shared(struct vfsmount *mnt) |
27 | { | 28 | { |