projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90e6169
)
hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers
author
Christoph Hellwig
<hch@tuxera.com>
Thu, 14 Oct 2010 13:54:43 +0000
(09:54 -0400)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 14 Oct 2010 13:54:43 +0000
(09:54 -0400)
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
fs/hfsplus/hfsplus_fs.h
patch
|
blob
|
history
diff --git
a/fs/hfsplus/hfsplus_fs.h
b/fs/hfsplus/hfsplus_fs.h
index
d77dfd2
..
cb3653e
100644
(file)
--- a/
fs/hfsplus/hfsplus_fs.h
+++ b/
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; \