]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path
authorJosef "Jeff" Sipek <jsipek@cs.sunysb.edu>
Fri, 8 Dec 2006 10:36:36 +0000 (02:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:41 +0000 (08:28 -0800)
commit7fa3700bb267a00cc8eeecb3827a3557bf3973c5
treed9e15c44036407c74e7ff31f083f3aef6902c0dd
parente8f5a988dba10a14ebec44f993fcece2ad0fcaf6
[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path

Change all the uses of f_{dentry,vfsmnt} to f_path.{dentry,mnt} in the sysfs
filesystem code.

Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/sysfs/bin.c
fs/sysfs/dir.c
fs/sysfs/file.c