From Alexander Viro: In the irix_fstatfs, irix_fstatvfs we did an extra
commit9e71200e77f9be1b1cdfee50b4464871f49587b0
authorRalf Baechle <ralf@linux-mips.org>
Mon, 1 Feb 1999 01:28:55 +0000 (1 01:28 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 1 Feb 1999 01:28:55 +0000 (1 01:28 +0000)
tree1b8f6ab01b392d05a5f5fd867e7bdd745bcdc538
parentd361b12cce45e1f08b317cffae2d5ccf2644e3f1
From Alexander Viro: In the irix_fstatfs, irix_fstatvfs we did an extra
dput(). Removed.

If, by any chance, current->files->fd[fd] will contract NULL f_dentry
we are screwed anyway - mmap, close, lseek, etc. will choke on it. Any
such case is bug in kernel and deserves oops.  Removed tests for NULL
f_dentry from sysirix.c (and IMHO someday it should be done
in fs/open.c).  Better die early and give better chance to find the
reason of screwup; process wouldn't survive anyway.

Pretty cosmetical change in irixioctl.c
arch/mips/kernel/irixioctl.c
arch/mips/kernel/sysirix.c