[CIFS] Remove unnecessary checks
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Apr 2007 18:47:20 +0000 (18:47 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 2 Apr 2007 18:47:20 +0000 (18:47 +0000)
file->f_path.dentry or file->f_path.dentry.d_inode can't be NULL since at
least ten years, similar for all but very few arguments passed in from the
VFS.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found