Unionfs: Remove superfluous check for NULL pointer
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 04:45:47 +0000 (00:45 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 01:43:13 +0000 (20:43 -0500)
commit460d7f0695c5e737ee5208af473537a51e12aa9a
treea422a0a468ee1285f78a75ab927d8040c5d5e9ad
parenteb4c75a3362a6682e6a9d75ab585f54008197dec
Unionfs: Remove superfluous check for NULL pointer

Since we use containers and the struct inode is _inside_ the
unionfs_inode_info structure, UNIONFS_I will always (given a non-NULL inode
pointer), return a valid non-NULL pointer.

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Conflicts:

fs/unionfs/super.c
fs/unionfs/fanout.h
fs/unionfs/super.c