Whamcloud - gitweb
b=5781
authorphil <phil>
Tue, 13 Sep 2005 06:23:13 +0000 (06:23 +0000)
committerphil <phil>
Tue, 13 Sep 2005 06:23:13 +0000 (06:23 +0000)
commit5d516609d8b34052e65fb8531d7f0ffcd958005e
tree6615a6473949bac7e26c5bee9d210d55fcfc95f9
parentaf7ce1b46466b913214c4458d982e35fee480cc7
b=5781
r=adilger (original patch)

Severity   : minor
Frequency  : rare (only HPUX clients mounting unsupported re-exported NFS vol)
Bugzilla   : 5781
Description: an HPUX NFS client would get -EACCESS when ftruncate()ing a newly
             created file with mode 000
Details    : the Linux NFS server relies on an MDS_OPEN_OWNEROVERRIDE hack to
     allow an ftruncate() as a non-root user to a file with mode 000.
     Lustre now respects this flag to disable mode checks when
     truncating a file owned by the user
lustre/ChangeLog
lustre/mds/mds_reint.c