Diff for /xfs-linux/linux-2.6/xfs_lrw.c between versions 1.282 and 1.283

version 1.282, 2008/08/06 06:13:30 version 1.283, 2008/10/03 04:30:43
Line 701  start: Line 701  start:
              !capable(CAP_FSETID)) {               !capable(CAP_FSETID)) {
                 error = xfs_write_clear_setuid(xip);                  error = xfs_write_clear_setuid(xip);
                 if (likely(!error))                  if (likely(!error))
                         error = -remove_suid(file->f_path.dentry);                          error = -file_remove_suid(file);
                 if (unlikely(error)) {                  if (unlikely(error)) {
                         goto out_unlock_internal;                          goto out_unlock_internal;
                 }                  }

Removed from v.1.282  
changed lines
  Added in v.1.283


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>