[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1465700235-22881-3-git-send-email-luisbg@osg.samsung.com>
Date: Sun, 12 Jun 2016 03:57:15 +0100
From: Luis de Bethencourt <luisbg@....samsung.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, salah.triki@....org,
viro@...iv.linux.org.uk, hannes@...xchg.org,
vdavydov@...tuozzo.com,
Luis de Bethencourt <luisbg@....samsung.com>
Subject: [PATCH 3/3] befs: remove unused functions
befs_iaddr_is_empty() and befs_brun_size() are unused. Removing them.
Signed-off-by: Luis de Bethencourt <luisbg@....samsung.com>
---
fs/befs/befs.h | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/fs/befs/befs.h b/fs/befs/befs.h
index e0f59263a..c5c6cd1 100644
--- a/fs/befs/befs.h
+++ b/fs/befs/befs.h
@@ -140,18 +140,6 @@ befs_iaddrs_per_block(struct super_block *sb)
return BEFS_SB(sb)->block_size / sizeof (befs_disk_inode_addr);
}
-static inline int
-befs_iaddr_is_empty(const befs_inode_addr *iaddr)
-{
- return (!iaddr->allocation_group) && (!iaddr->start) && (!iaddr->len);
-}
-
-static inline size_t
-befs_brun_size(struct super_block *sb, befs_block_run run)
-{
- return BEFS_SB(sb)->block_size * run.len;
-}
-
#include "endian.h"
#endif /* _LINUX_BEFS_H */
--
2.5.1
Powered by blists - more mailing lists