]> 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>
Fri, 19 Oct 2012 02:09:22 +0000 (13:09 +1100)
commit9fdfb24ff853652ca7cb93cbf413c4f37ab82be6
tree05f12b81c0b188b66ee3a6ec28a07648c3539f24
parentf21a21c3bece0319531f3a6f22294c0e11828c61
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