]> Git Repo - J-linux.git/blob - include/linux/nfs_common.h
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / include / linux / nfs_common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This file contains constants and methods used by both NFS client and server.
4  */
5 #ifndef _LINUX_NFS_COMMON_H
6 #define _LINUX_NFS_COMMON_H
7
8 #include <linux/errno.h>
9 #include <uapi/linux/nfs.h>
10
11 /* Mapping from NFS error code to "errno" error code. */
12 #define errno_NFSERR_IO EIO
13
14 int nfs_stat_to_errno(enum nfs_stat status);
15 int nfs4_stat_to_errno(int stat);
16
17 #endif /* _LINUX_NFS_COMMON_H */
This page took 0.028206 seconds and 4 git commands to generate.