X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fvfs.txt;h=88b9f5519af976e2cb2f472588cf43bd572b920e;hb=4699d4423c07a1db35ea9453eac3a07e818338f9;hp=21a7dc467bba197758caceb4d18285f784da6bb2;hpb=712673339a0d085358fd1cd3a6477cc7979bb69f;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 21a7dc467bba..88b9f5519af9 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -211,7 +211,7 @@ struct super_operations { struct inode *(*alloc_inode)(struct super_block *sb); void (*destroy_inode)(struct inode *); - void (*dirty_inode) (struct inode *); + void (*dirty_inode) (struct inode *, int flags); int (*write_inode) (struct inode *, int); void (*drop_inode) (struct inode *); void (*delete_inode) (struct inode *);