]> Git Repo - linux.git/blobdiff - fs/pipe.c
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux...
[linux.git] / fs / pipe.c
index 8916c455a469c18e0b56125dac5f553330938fe7..804a7d78945217efd3b5394a8a8e6e7d605a937a 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -864,7 +864,7 @@ void free_pipe_info(struct pipe_inode_info *pipe)
        kfree(pipe);
 }
 
-static struct vfsmount *pipe_mnt __read_mostly;
+static struct vfsmount *pipe_mnt __ro_after_init;
 
 /*
  * pipefs_dname() is called from d_path().
This page took 0.030978 seconds and 4 git commands to generate.