From b6cfdda896b3d480c76f573b0a84a3c1ee306f2e Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 11 Jan 2011 09:49:03 -0600 Subject: [PATCH] --- yaml --- r: 229072 b: refs/heads/master c: c25a61f542ccb81e74d3f822992f3d74392f386d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/9p/vfs_inode_dotl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 69b5f1467370..4b49ecf18adc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31b6ceac497954c160c61f07e76b891b1cf53c90 +refs/heads/master: c25a61f542ccb81e74d3f822992f3d74392f386d diff --git a/trunk/fs/9p/vfs_inode_dotl.c b/trunk/fs/9p/vfs_inode_dotl.c index b7f8dcbabdb2..ee3ae9b5afdd 100644 --- a/trunk/fs/9p/vfs_inode_dotl.c +++ b/trunk/fs/9p/vfs_inode_dotl.c @@ -201,7 +201,7 @@ v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, int omode, fid = p9_client_walk(dfid, 1, &name, 1); if (IS_ERR(fid)) { err = PTR_ERR(fid); - P9_DPRINTK(P9_DEBUG_VFS, "p9_clinet_walk failed %d\n", err); + P9_DPRINTK(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); fid = NULL; goto error; }