linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabian Frederick <fabf@skynet.be>
To: linux-kernel@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>,
	Fabian Frederick <fabf@skynet.be>,
	osd-dev@open-osd.org, linux-ext4@vger.kernel.org,
	linux-nilfs@vger.kernel.org
Subject: [PATCH 0/9 linux-next] move dir_pages() to pagemap.h
Date: Sun, 24 May 2015 17:19:40 +0200	[thread overview]
Message-ID: <1432480791-31396-1-git-send-email-fabf@skynet.be> (raw)

This small patchset declares dir_pages() in pagemap.h and
removes declarations in each filesystems.

Fabian Frederick (9):
  pagemap.h: declare dir_pages()
  nilfs2: remove dir_pages() declaration
  ufs: use dir_pages instead of ufs_dir_pages()
  fs/qnx6: remove dir_pages() declaration
  ext2: remove dir_pages() declaration
  minix: remove dir_pages() declaration
  exofs: remove dir_pages() declaration
  sysv: remove dir_pages() declaration
  fs/freevxfs/vxfs_lookup.c: remove dir_pages() declaration

 fs/exofs/dir.c            |  6 ------
 fs/ext2/dir.c             |  5 -----
 fs/freevxfs/vxfs_lookup.c |  7 -------
 fs/minix/dir.c            |  5 -----
 fs/nilfs2/dir.c           |  5 -----
 fs/qnx6/dir.c             |  5 -----
 fs/sysv/dir.c             |  5 -----
 fs/ufs/dir.c              | 13 ++++---------
 include/linux/pagemap.h   |  6 ++++++
 9 files changed, 10 insertions(+), 47 deletions(-)

-- 
2.4.1

             reply	other threads:[~2015-05-24 15:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-24 15:19 Fabian Frederick [this message]
2015-05-24 15:19 ` [PATCH 5/9 linux-next] ext2: remove dir_pages() declaration Fabian Frederick
     [not found] ` <1432480791-31396-3-git-send-email-fabf@skynet.be>
     [not found]   ` <1432480791-31396-3-git-send-email-fabf-AgBVmzD5pcezQB+pC5nmwQ@public.gmane.org>
2015-05-25  1:06     ` [PATCH 2/9 linux-next] nilfs2: " Ryusuke Konishi
2015-06-05 14:43 ` [PATCH 0/9 linux-next] move dir_pages() to pagemap.h Al Viro

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=1432480791-31396-1-git-send-email-fabf@skynet.be \
    --to=fabf@skynet.be \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nilfs@vger.kernel.org \
    --cc=osd-dev@open-osd.org \
    --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).