diff options
Diffstat (limited to 'fs/ceph/mds_client.h')
| -rw-r--r-- | fs/ceph/mds_client.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index db57ae98ed34..837ac4b087a0 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef _FS_CEPH_MDS_CLIENT_H  #define _FS_CEPH_MDS_CLIENT_H @@ -8,6 +9,7 @@  #include <linux/rbtree.h>  #include <linux/spinlock.h>  #include <linux/refcount.h> +#include <linux/utsname.h>  #include <linux/ceph/types.h>  #include <linux/ceph/messenger.h> @@ -368,6 +370,8 @@ struct ceph_mds_client {  	struct rw_semaphore     pool_perm_rwsem;  	struct rb_root		pool_perm_tree; + +	char nodename[__NEW_UTS_LEN + 1];  };  extern const char *ceph_mds_op_name(int op); |