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>
Sun, 6 Mar 2011 08:42:32 +0000 (03:42 -0500)
commit011cacc9281a19bdc7a91511dbbfe4df2cd27cc9
treeca6e7dce91e07b5ebce08bc90d6c2c7ec98c3c9b
parent36683fa3afe16b6d651d6cdbaaac19c1341cd719
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