s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.
authorMichael Adam <obnox@samba.org>
Thu, 17 Jul 2014 21:35:58 +0000 (23:35 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 7 Aug 2014 14:43:09 +0000 (16:43 +0200)
commit7c49479aeac7ee48e24c0094393ef5fee0e4a0c9
tree55242958e511e236b9a7b171a97d0b9bdb6388b6
parent9093f2d9d40bbfaf0776926a5f911ff3bc7bd522
s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.

Now that the vfs_private cache is never read in vfs_gpfs, there is
no need any more to write it.

With this change, vfs_gpfs does not use vfs_private any more.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
(cherry picked from commit d87d13f4c2a77c03bbffcd0fe4fc9464d9024cae)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=10741
source3/modules/vfs_gpfs.c