Pass mode to wait_on_atomic_t() action funcs and provide default actions
[sfrench/cifs-2.6.git] / fs / nfs / internal.h
index f9a4a5524bd580e08213161438bb2ace368dd5db..5ab17fd4700a69bff2894a9d382488c5da717411 100644 (file)
@@ -388,7 +388,7 @@ extern void nfs_evict_inode(struct inode *);
 void nfs_zap_acl_cache(struct inode *inode);
 extern bool nfs_check_cache_invalid(struct inode *, unsigned long);
 extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
-extern int nfs_wait_atomic_killable(atomic_t *p);
+extern int nfs_wait_atomic_killable(atomic_t *p, unsigned int mode);
 
 /* super.c */
 extern const struct super_operations nfs_sops;