fix-up-new-filp-allocators
commitb5c9a95be36674b9f0fedb2e620367ffe6aa92e8
authorDave Hansen <haveblue@us.ibm.com>
Tue, 13 Nov 2007 04:10:25 +0000 (13 04:10 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:30:01 +0000 (14 11:30 +0000)
treefd4c7dcf623d74ad8cdcb71322a1637aaf0bba3b
parent42aacd7b0c09d74b77cf140b3eda3641d1a677e3
fix-up-new-filp-allocators

Some new uses of get_empty_filp() have crept in, and are
not properly taking mnt_want_write()s.  This fixes them
up.

We really need to kill get_empty_filp().

Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Cc: Erez Zadok <ezk@cs.sunysb.edu>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: "J Bruce Fields" <bfields@fieldses.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/anon_inodes.c
fs/file_table.c
fs/nfsd/nfs4state.c
fs/pipe.c