···204204 * to write to @file, along with access to write through205205 * its vfsmount.206206 */207207-void drop_file_write_access(struct file *file)207207+static void drop_file_write_access(struct file *file)208208{209209 struct vfsmount *mnt = file->f_path.mnt;210210 struct dentry *dentry = file->f_path.dentry;···219219 mnt_drop_write(mnt);220220 file_release_write(file);221221}222222-EXPORT_SYMBOL_GPL(drop_file_write_access);223222224223/* the real guts of fput() - releasing the last reference to file225224 */