Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / fs / cifs / cifs_swn.h
blob236ecd4959d5d98e1fdc5962ae11d1e2643c22d3
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Witness Service client for CIFS
5 * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
6 */
8 #ifndef _CIFS_SWN_H
9 #define _CIFS_SWN_H
11 struct cifs_tcon;
12 struct sk_buff;
13 struct genl_info;
15 extern int cifs_swn_register(struct cifs_tcon *tcon);
17 extern int cifs_swn_unregister(struct cifs_tcon *tcon);
19 extern int cifs_swn_notify(struct sk_buff *skb, struct genl_info *info);
21 extern void cifs_swn_dump(struct seq_file *m);
23 extern void cifs_swn_check(void);
25 #endif /* _CIFS_SWN_H */