| commit | 010596cc311131421c7be3a73ee7174bda16d322 | [log] [tgz] |
|---|---|---|
| author | Josef "Jeff" Sipek <jsipek@cs.sunysb.edu> | Fri Dec 08 02:36:45 2006 -0800 |
| committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Dec 08 08:28:43 2006 -0800 |
| tree | 2953d7b7b3baa64efa21eafaa082924d248c3ded | |
| parent | d6f787bceeab37cd6b0823872efe01b2a20effb5 [diff] |
[PATCH] affs: 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 affs
filesystem.
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>