Explorar o código

hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Christoph Hellwig %!s(int64=14) %!d(string=hai) anos
pai
achega
32e39e19cc
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      fs/hfsplus/hfsplus_fs.h

+ 0 - 8
fs/hfsplus/hfsplus_fs.h

@@ -398,14 +398,6 @@ static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode)
 	return list_entry(inode, struct hfsplus_inode_info, vfs_inode);
 }
 
-#if 1
-#define hfsplus_kmap(p)		({ struct page *__p = (p); kmap(__p); })
-#define hfsplus_kunmap(p)	({ struct page *__p = (p); kunmap(__p); __p; })
-#else
-#define hfsplus_kmap(p)		kmap(p)
-#define hfsplus_kunmap(p)	kunmap(p)
-#endif
-
 #define sb_bread512(sb, sec, data) ({			\
 	struct buffer_head *__bh;			\
 	sector_t __block;				\