]> git.michaelhowe.org Git - packages/o/openafs.git/commit
LINUX: move afs_notify_change to osi_vnodeops.c
authorAndrew Deason <adeason@sinenomine.net>
Wed, 22 Feb 2012 21:36:37 +0000 (15:36 -0600)
committerDerrick Brashear <shadow@dementix.org>
Wed, 21 Mar 2012 03:59:57 +0000 (20:59 -0700)
commitb44bb369dedd979b22d3cdbcc49208620c17daaf
tree20332db15ecc536a8624461349d0679eb1151224
parent1f00da1a68e362ae1b308cc3332bc0b859c01fd7
LINUX: move afs_notify_change to osi_vnodeops.c

afs_notify_change is almost always used solely in inode_operations
structs, and is more similar to the other per-vnode functions. Put it
with the other per-vnode functions for better organization, and so
they can use the same static functions.

Move the helper functions iattr2vattr and vattr2inode along with it.

Reviewed-on: http://gerrit.openafs.org/6775
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 620d4169b73088579e691aec2cfdafc7f44e2fee)

Change-Id: If721c0b13518f8a925f39bcfa1dff005ce97a6cb
Reviewed-on: http://gerrit.openafs.org/6917
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/LINUX/osi_vfsops.c
src/afs/LINUX/osi_vnodeops.c
src/afs/LINUX24/osi_vfsops.c
src/afs/LINUX24/osi_vnodeops.c