]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hfsplus: rework processing errors in hfsplus_free_extents()
authorVyacheslav Dubeyko <slava@dubeyko.com>
Thu, 20 Dec 2012 23:05:25 +0000 (15:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Dec 2012 01:40:19 +0000 (17:40 -0800)
commit1b243fd39bd605cdfc482bba4e56b0cb34b28f27
treea9884f04fc58cf78cd0eb7219b1230b7e7097064
parent5daa669c80c121ab75ecdf1c8e2df52f072fd25e
hfsplus: rework processing errors in hfsplus_free_extents()

Currently, it doesn't process error codes from the hfsplus_block_free()
call in hfsplus_free_extents() method.  Add some error code processing.

Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hfsplus/extents.c