]> Pileus Git - ~andy/linux/blobdiff - fs/file_table.c
tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()
[~andy/linux] / fs / file_table.c
index 20002e39754ddc91ee92517c9b38f8215f004afa..70f2a0fd6aec62b28724d46e356dc0ff871f88b8 100644 (file)
@@ -204,7 +204,7 @@ EXPORT_SYMBOL(alloc_file);
  * to write to @file, along with access to write through
  * its vfsmount.
  */
-void drop_file_write_access(struct file *file)
+static void drop_file_write_access(struct file *file)
 {
        struct vfsmount *mnt = file->f_path.mnt;
        struct dentry *dentry = file->f_path.dentry;
@@ -219,7 +219,6 @@ void drop_file_write_access(struct file *file)
        mnt_drop_write(mnt);
        file_release_write(file);
 }
-EXPORT_SYMBOL_GPL(drop_file_write_access);
 
 /* the real guts of fput() - releasing the last reference to file
  */