aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r--fs/9p/vfs_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
index 1249b8323961..4b67bf1fb1d5 100644
--- a/fs/9p/vfs_inode.c
+++ b/fs/9p/vfs_inode.c
@@ -1242,7 +1242,7 @@ static int v9fs_vfs_setattr(struct dentry *dentry, struct iattr *iattr)
1242 * 1242 *
1243 */ 1243 */
1244 1244
1245static int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr) 1245int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr)
1246{ 1246{
1247 int retval; 1247 int retval;
1248 struct v9fs_session_info *v9ses; 1248 struct v9fs_session_info *v9ses;