.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NFS_SETATTR_UPDATE_INODE" "9" "09 October 2005" "" "" .SH NAME nfs_setattr_update_inode \- Update inode metadata after a setattr call. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void nfs_setattr_update_inode (struct inode * \fIinode\fB, struct iattr * \fIattr\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinode\fB\fR pointer to struct inode .TP \fB\fIattr\fB\fR pointer to struct iattr .SH "NOTE" .PP we do this in the *proc.c in order to ensure that it works for things like exclusive creates too.