commit | c212991a6bc3ba120d41205a294c5b89f05f1535 | [log] [tgz] |
---|---|---|
author | Namjae Jeon <namjae.jeon@samsung.com> | Sat Dec 08 14:53:40 2012 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Dec 11 13:43:44 2012 +0900 |
tree | 1078feaea977a2af0ea6da47c0aec342c2272207 | |
parent | d08ab08d140de247eb812ce2c3c4b323620e4609 [diff] |
f2fs: rewrite f2fs_bio_alloc to make it simpler Since, GFP_NOFS(__GFP_WAIT) is used for allocation requests of bio in f2fs. So, there is no chance of returning NULL from the BIO allocation. Making the bio allocation routine for f2fs simpler. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>