linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhang Zhen <zhenzhang.zhang@huawei.com>
To: <linux-fsdevel@vger.kernel.org>, Jan Kara <jack@suse.cz>
Cc: <morgan.wang@huawei.com>, <viro@zeniv.linux.org.uk>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH] vfs: delete vfs_readdir function declaration
Date: Tue, 3 Mar 2015 11:05:06 +0800	[thread overview]
Message-ID: <54F524E2.30004@huawei.com> (raw)
In-Reply-To: <1425351692-35022-1-git-send-email-zhenzhang.zhang@huawei.com>

vfs_readdir has been replaced by iterate_dir in commit
(5c0ba4e:[readdir] introduce iterate_dir() and dir_context).

Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
---
 include/linux/fs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index b4d71b5..81ee60c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2661,7 +2661,6 @@ void inode_sub_bytes(struct inode *inode, loff_t bytes);
 loff_t inode_get_bytes(struct inode *inode);
 void inode_set_bytes(struct inode *inode, loff_t bytes);

-extern int vfs_readdir(struct file *, filldir_t, void *);
 extern int iterate_dir(struct file *, struct dir_context *);

 extern int vfs_stat(const char __user *, struct kstat *);
-- 
1.8.5.5


.





           reply	other threads:[~2015-03-03  3:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1425351692-35022-1-git-send-email-zhenzhang.zhang@huawei.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F524E2.30004@huawei.com \
    --to=zhenzhang.zhang@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=morgan.wang@huawei.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).