1. NAME▲

sync_inode_metadata - write an inode to disk

2. SYNOPSIS ▲

int sync_inode_metadata(struct inode *  inode , int  wait );

3. ARGUMENTS ▲

inode
    the inode to sync

wait
    wait for I/O to complete.

4. DESCRIPTION ▲

Write an inode to disk and adjust its dirty state after completion.

5. NOTE ▲

only writes the actual inode, no associated data or other metadata.

6. COPYRIGHT ▲