]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74c22ee1aacf526c4f404ea20e323d57cb38e1fc
tree242d025958013c29091d1ca6467cf42adcfe7370
parent5a9336a59b4ee84347888955069b5355d83fb4c6
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