|
@@ -148,6 +148,7 @@ struct nfs_server {
|
|
__u64 maxfilesize; /* maximum file size */
|
|
__u64 maxfilesize; /* maximum file size */
|
|
struct timespec time_delta; /* smallest time granularity */
|
|
struct timespec time_delta; /* smallest time granularity */
|
|
unsigned long mount_time; /* when this fs was mounted */
|
|
unsigned long mount_time; /* when this fs was mounted */
|
|
|
|
+ struct super_block *super; /* VFS super block */
|
|
dev_t s_dev; /* superblock dev numbers */
|
|
dev_t s_dev; /* superblock dev numbers */
|
|
|
|
|
|
#ifdef CONFIG_NFS_FSCACHE
|
|
#ifdef CONFIG_NFS_FSCACHE
|