VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Christian Brauner <christian.brauner@ubuntu.com> 2021-01-21 14:19:49 +0100 committer: Christian Brauner <christian.brauner@ubuntu.com> 2021-01-24 14:29:34 +0100 commit: d033cb6784c4f3a19a593cfe11f850e476197388 parent: 68847c941700475575ced191108971d26e82ae29
Commit Summary:
mount: make {lock,unlock}_mount_hash() static
Diffstat:
1 file changed, 0 insertions, 9 deletions
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;