[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140318182947.49a22064ba6a0e484ffac1f3@skynet.be>
Date: Tue, 18 Mar 2014 18:29:47 +0100
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>, hch <hch@...radead.org>
Subject: [PATCH v2] fs/freevxfs/vxfs_lookup.c: Update function comment
nameidata was replaced by flags in
00cd8dd3bf95f2 ("stop passing nameidata to ->lookup()")
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/freevxfs/vxfs_lookup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c
index 25d4099..99c7f0a 100644
--- a/fs/freevxfs/vxfs_lookup.c
+++ b/fs/freevxfs/vxfs_lookup.c
@@ -192,7 +192,7 @@ vxfs_inode_by_name(struct inode *dip, struct dentry *dp)
* vxfs_lookup - lookup pathname component
* @dip: dir in which we lookup
* @dp: dentry we lookup
- * @nd: lookup nameidata
+ * @flags: lookup flags
*
* Description:
* vxfs_lookup tries to lookup the pathname component described
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists