X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Ffilesystems%2FLocking;h=eba7901342531d2dc089c9a39d990aa924b86526;hb=619b5891903936f3e493bf8cda18a8b6664fcdd7;hp=efca5c1bbb1028245a6d75e846e96a6ecb4150bd;hpb=8c6e50b0290c4c708a3e6462729e1e9151a9a7df;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index efca5c1bbb10..eba790134253 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -202,7 +202,7 @@ prototypes: unsigned long *); int (*migratepage)(struct address_space *, struct page *, struct page *); int (*launder_page)(struct page *); - int (*is_partially_uptodate)(struct page *, read_descriptor_t *, unsigned long); + int (*is_partially_uptodate)(struct page *, unsigned long, unsigned long); int (*error_remove_page)(struct address_space *, struct page *); int (*swap_activate)(struct file *); int (*swap_deactivate)(struct file *);