diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-25 00:35:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-25 00:35:37 -0700 |
| commit | 1cb02a84f98783135cc1a17849d595c2de4d8062 (patch) | |
| tree | b27713a2f19558b30d21c6a35c44445fbed31789 /include/linux | |
| parent | 26bb59b7f41080009fb5a6507b76017b39daea29 (diff) | |
| parent | 1b4ccee62448389f498c9e27c2dcbd7b507a8240 (diff) | |
Merge "vfs: Add support to debug umount failures"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4b27be2038e3..df1171bada01 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -912,6 +912,10 @@ struct file { struct list_head f_tfile_llink; #endif /* #ifdef CONFIG_EPOLL */ struct address_space *f_mapping; + +#ifdef CONFIG_FILE_TABLE_DEBUG + struct hlist_node f_hash; +#endif /* #ifdef CONFIG_FILE_TABLE_DEBUG */ } __attribute__((aligned(4))); /* lest something weird decides that 2 is OK */ struct file_handle { |
