]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/befs/linuxvfs.c
fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL
authorSalah Triki <salah.triki@acm.org>
Mon, 23 May 2016 23:22:49 +0000 (16:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2016 00:04:14 +0000 (17:04 -0700)
commitd6e0203369ec2f9425e6d6e7ced7b365f5b97bf3
treecfa079f0394f8b1c3f78731dff0ab659a66e0875
parent44ad809865299c7c961161c45094e1bb3a12eaa0
fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL

befs_ino is reinitialized by BEFS_I() so no need to init it
with NULL in the beginning of befs_iget()

Link: http://lkml.kernel.org/r/a5c02445e436629c4d4ba1b65d91501878942f58.1462842887.git.salah.triki@acm.org
Signed-off-by: Salah Triki <salah.triki@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/befs/linuxvfs.c