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)
committerMichael Adam <obnox@samba.org>
Thu, 24 Jul 2014 09:56:09 +0000 (11:56 +0200)
commitd87d13f4c2a77c03bbffcd0fe4fc9464d9024cae
tree25f92ae8644217d47865fb0c15ecf930eb878eef
parent16a040f8ef7f2f594505ef07e6f9b77df8f1d725
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>
source3/modules/vfs_gpfs.c