Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754677Ab2ENHPZ (ORCPT ); Mon, 14 May 2012 03:15:25 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:55468 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754540Ab2ENHPX (ORCPT ); Mon, 14 May 2012 03:15:23 -0400 Message-ID: <4FB0B0F4.3060908@gmail.com> Date: Mon, 14 May 2012 15:15:00 +0800 From: Wang Sheng-Hui User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Jan Kara , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ext2: cleanup the comment for ext2_export_ops Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 27 ext2_export_ops gets more valued fields, not get_parent only. Clean up the comment. Signed-off-by: Wang Sheng-Hui --- fs/ext2/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c index e1025c7..640b4c6 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -359,7 +359,6 @@ static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid, /* Yes, most of these are left as NULL!! * A NULL value implies the default, which works with ext2-like file * systems, but can be improved upon. - * Currently only get_parent is required. */ static const struct export_operations ext2_export_ops = { .fh_to_dentry = ext2_fh_to_dentry, -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/