commit | acc55e220166a5ad898e66ad6153fd62eaaac76d | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Jun 26 00:27:47 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 09:58:38 2006 -0700 |
tree | c342dcd3303f01d97c5fe7718af9daf22ec086d2 | |
parent | 0cdd02cabd86b5d547f882005e23a93929f0ace9 [diff] |
[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap md/bitmap modifies i_writecount of a bitmap file to make sure that no-one else writes to it. The reverting of the change is sometimes done twice, and there is one error path where it is omitted. This patch tidies that up. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>