vfs: add missing pwrite ops to full_audit
authorDavid Disseldorp <ddiss@samba.org>
Thu, 27 Sep 2012 09:50:22 +0000 (11:50 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Oct 2012 06:46:43 +0000 (08:46 +0200)
commit0f9d8576302692932a9962b97017eddb174b35bd
treef01b4df1c81eac086fda98c56532a2417b0aa586
parentbdaf167034f67d767d21a44cc3e6e79f0c373c2e
vfs: add missing pwrite ops to full_audit

The op enum is used by audit_opname() as an index into the vfs_op_names
array, so any decrepencies cause bogus audit log entries.

Signed-off-by: Jim McDonough <jmcd@samba.org>
(cherry picked from commit e8e91fbbab16c7bcaa9665839d86c7d169e89fff)
source3/modules/vfs_full_audit.c