X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fmount.h;h=0b6e08cf8afb07639b844588b82cfc153e5059de;hb=77d02bd00cea9f1a87afe58113fa75b983d6c23a;hp=ce6c376e0bc2d9378af90d141d12bf387d9c11b9;hpb=87ab16b644f33620db395c1f569b0fca8768161a;p=linux-2.6-microblaze.git diff --git a/fs/mount.h b/fs/mount.h index ce6c376e0bc2..0b6e08cf8afb 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -124,16 +124,6 @@ static inline void get_mnt_ns(struct mnt_namespace *ns) extern seqlock_t mount_lock; -static inline void lock_mount_hash(void) -{ - write_seqlock(&mount_lock); -} - -static inline void unlock_mount_hash(void) -{ - write_sequnlock(&mount_lock); -} - struct proc_mounts { struct mnt_namespace *ns; struct path root;