spufs: don't bother with fops->owner
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Mar 2013 16:45:40 +0000 (12:45 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:02 +0000 (14:13 -0400)
commit0b57b880e61cd764479d9e7818d0d1e45062d08b
tree53ab282993180971295331a993fb3b4cfeca712b
parent4b8a8f1e4f94fd87747e6e3acef74cf0b4dc0dae
spufs: 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>
arch/powerpc/platforms/cell/spufs/file.c