diff options
author | Josh Triplett <josht@us.ibm.com> | 2006-07-30 03:03:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 13:28:41 -0700 |
commit | 6ecbc4e1a395062a8e99e4f5fe328f6ba166d9c8 (patch) | |
tree | 860b84b861fb6b96a3ffac777ad806f89a7c9e34 /fs/efs | |
parent | 3ae192080cb4d007792d13522efa98ebe7f15475 (diff) | |
download | linux-3.10-6ecbc4e1a395062a8e99e4f5fe328f6ba166d9c8.tar.gz linux-3.10-6ecbc4e1a395062a8e99e4f5fe328f6ba166d9c8.tar.bz2 linux-3.10-6ecbc4e1a395062a8e99e4f5fe328f6ba166d9c8.zip |
[PATCH] Remove incorrect unlock_kernel from allocation failure path in coda_open()
Commit 398c53a757702e1e3a7a2c24860c7ad26acb53ed (in the historical GIT
tree) moved the lock_kernel() in coda_open after the allocation of a
coda_file_info struct, but left an unlock_kernel() in the allocation
failure error path; remove it.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Acked-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/efs')
0 files changed, 0 insertions, 0 deletions