Re: [PATCH 0/9 linux-next] move dir_pages() to pagemap.h

2015-06-05 Thread Al Viro
On Sun, May 24, 2015 at 05:19:40PM +0200, Fabian Frederick wrote: > This small patchset declares dir_pages() in pagemap.h and > removes declarations in each filesystems. Applied, with #2 and #4--9 folded into #1 - otherwise you get build breakage. -- To unsubscribe from this list: send the line "u

[PATCH 0/9 linux-next] move dir_pages() to pagemap.h

2015-05-24 Thread Fabian Frederick
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: remo