|
|
| 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; |
| } | } |