[PATCH] fix generic_file_write()
The recent writev() fix broke the invariant that ->commit_write _must_ be called after a successful ->prepare_write(). It leaves ext3 with a transaction stuck open and the filesystem locks up.
Showing
Please register or sign in to comment