X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fpnode.h;h=1ea4ae1efcd3f898097a011360bb978c29f7b565;hb=f818a73674c5d197f66b636a46d7d578d7258129;hp=958665d662af24f4e7bea120a959c6220a91b1f5;hpb=595f403c1af37b1339e64b89040528b8cd48c5a3;p=linux-2.6-block.git diff --git a/fs/pnode.h b/fs/pnode.h index 958665d662af..1ea4ae1efcd3 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -21,12 +21,11 @@ #define CL_SLAVE 0x02 #define CL_COPY_ALL 0x04 #define CL_MAKE_SHARED 0x08 -#define CL_PROPAGATION 0x10 -#define CL_PRIVATE 0x20 +#define CL_PRIVATE 0x10 static inline void set_mnt_shared(struct vfsmount *mnt) { - mnt->mnt_flags &= ~MNT_PNODE_MASK; + mnt->mnt_flags &= ~MNT_SHARED_MASK; mnt->mnt_flags |= MNT_SHARED; }