commit | 85cd083b498572fb9fa575cce3ed910c8ee84294 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Sat Aug 09 09:49:31 2014 +0800 |
committer | Jan Kara <jack@suse.cz> | Tue Aug 19 18:29:30 2014 +0200 |
tree | 2f4d62cbbefd31388b5af4b576a02f0b71e91142 | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 [diff] |
udf: avoid unneeded up_write when fail to add entry in ->symlink We have released the ->i_data_sem before invoking udf_add_entry(), so in following error path, we should not release this lock again. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jan Kara <jack@suse.cz>