HFS wants 8Kb per-superblock allocation; just use kmalloc()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 2 Jan 2016 19:29:23 +0000 (14:29 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2016 15:29:34 +0000 (10:29 -0500)
commit80f8dccf95147f9668eee021425ecf3ff6432c51
tree242d025958013c29091d1ca6467cf42adcfe7370
parent76e8d7cb71d415581402dbc5c5bbbbcc28ca0e47
HFS wants 8Kb per-superblock allocation; just use kmalloc()

... rather than play with __get_free_pages() (and figuring out the
allocation order, etc.)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hfs/mdb.c