]> git.karo-electronics.de Git - linux-beck.git/commit
fs/affs/file.c: unlock/release page on error
authorTaesoo Kim <tsgatesv@gmail.com>
Wed, 25 Mar 2015 22:55:29 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Mar 2015 23:20:31 +0000 (16:20 -0700)
commit3d5d472cf55d1be091e8a145f80602bf435ece85
treeb7dabd4ff6599771ec9dc19beacb60ebf23bb352
parentcfa869438282be84ad4110bba5027ef1fbbe71e4
fs/affs/file.c: unlock/release page on error

When affs_bread_ino() fails, correctly unlock the page and release the
page cache with proper error value.  All write_end() should
unlock/release the page that was locked by write_beg().

Signed-off-by: Taesoo Kim <tsgatesv@gmail.com>
Cc: Fabian Frederick <fabf@skynet.be>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/affs/file.c