]> 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>
Fri, 23 Mar 2012 15:36:03 +0000 (08:36 -0700)
commit81f8951118f135857eaf4429fec10ce0fcdb5d24
treea199b96e73b96432f436deff593e5763baf348f1
parent1bf821f39fe068d973b6e4cf7ffa21bfd49b847d
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)

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

Change-Id: I64c6e9a8bc15e05de9152d2ff7cca1240074d7a7
Reviewed-on: http://gerrit.openafs.org/6934
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-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