summaryrefslogtreecommitdiffstats
path: root/fs/freevxfs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-05-24 17:19:41 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2015-06-23 18:02:00 -0400
commitb57c2cb9ea1a02c2ae08e16de8c20cc13ffbf85a (patch)
tree22dd8d727b5797964bd0fdd7bc06218802a517d3 /fs/freevxfs
parente5e6e97fe0f63b374e44a22f5a5c2d151c7fa8c5 (diff)
downloadop-kernel-dev-b57c2cb9ea1a02c2ae08e16de8c20cc13ffbf85a.zip
op-kernel-dev-b57c2cb9ea1a02c2ae08e16de8c20cc13ffbf85a.tar.gz
pagemap.h: move dir_pages() over there
That function was declared in a lot of filesystems to calculate directory pages. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/freevxfs')
-rw-r--r--fs/freevxfs/vxfs_lookup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c
index 99c7f0a..484b32d 100644
--- a/fs/freevxfs/vxfs_lookup.c
+++ b/fs/freevxfs/vxfs_lookup.c
@@ -61,13 +61,6 @@ const struct file_operations vxfs_dir_operations = {
.iterate = vxfs_readdir,
};
-
-static inline u_long
-dir_pages(struct inode *inode)
-{
- return (inode->i_size + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
-}
-
static inline u_long
dir_blocks(struct inode *ip)
{
OpenPOWER on IntegriCloud