commit | 552fca4cbe552520d85b21e839f289c880fa48d2 | [log] [tgz] |
---|---|---|
author | Nikita Danilov <nikita@clusterfs.com> | Sun May 01 08:58:39 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:58:39 2005 -0700 |
tree | 8a91530f62a2118e390db209779c184983684e66 | |
parent | 97e2bde47f886a317909c8a8f9bd2fcd8ce2f0b0 [diff] |
[PATCH] mpage_writepages() page locking fix When ->writepage() returns WRITEPAGE_ACTIVATE, the page is still locked. Explicitly unlock the page in mpage_writepages(). Signed-off-by: Nikita Danilov <nikita@clusterfs.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>