]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/debugsfs: remove unnecessary inode->i_private initialization
authorYan Hong <clouds.yan@gmail.com>
Fri, 12 Oct 2012 04:22:50 +0000 (15:22 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 17 Oct 2012 02:06:01 +0000 (13:06 +1100)
commitcdf9480c537081d7192c27fab3c8245afde69aa8
tree356c63e9dbdaec606af2b839382232e26a2451e8
parent13a5c27a1beaa94b2d080e62b48f19bed02ed81a
fs/debugsfs: remove unnecessary inode->i_private initialization

inode->i_private is promised to be NULL on allocation, no need to set it
explicitly.

Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/debugfs/inode.c