]> git.baikalelectronics.ru Git - kernel.git/commit
gadgetfs: don't bother with fops->owner
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Mar 2013 17:12:32 +0000 (13:12 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:03 +0000 (14:13 -0400)
commit9fbbf5d7ea16a86956b250db8ae1a09ccf8f0efa
treeecc63de656f42c37194684d189a727dbb20dcf6b
parentbe6937afcba3e6dc99a2be088c66ca1dc337e0b0
gadgetfs: don't bother with fops->owner

filesystem module as whole is pinned down by its superblock, no need
to have opened files on it to add anything to that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/usb/gadget/f_fs.c
drivers/usb/gadget/inode.c