summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2015-06-08 18:40:39 +0200
committerTheodore Ts'o <tytso@mit.edu>2015-06-08 18:40:39 +0200
commitd012aa5965160a39b24a4b41139a322f681cdfd7 (patch)
tree0dddca2dd998788c9fe4487654338bb4f5a13e6d /fs/file_table.c
parentjbd2: simplify code flow in do_get_write_access() (diff)
downloadlinux-d012aa5965160a39b24a4b41139a322f681cdfd7.tar.xz
linux-d012aa5965160a39b24a4b41139a322f681cdfd7.zip
jbd2: simplify error path on allocation failure in do_get_write_access()
We were acquiring bh_state_lock when allocation of buffer failed in do_get_write_access() only to be able to jump to a label that releases the lock and does all other checks that don't make sense for this error path. Just jump into the right label instead. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/file_table.c')
0 files changed, 0 insertions, 0 deletions