aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 41a9907f342e..f00df653cf2b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1321,7 +1321,7 @@ struct super_block {
1321 struct rw_semaphore s_umount; 1321 struct rw_semaphore s_umount;
1322 struct mutex s_lock; 1322 struct mutex s_lock;
1323 int s_count; 1323 int s_count;
1324 int s_need_sync_fs; 1324 int s_need_sync;
1325 atomic_t s_active; 1325 atomic_t s_active;
1326#ifdef CONFIG_SECURITY 1326#ifdef CONFIG_SECURITY
1327 void *s_security; 1327 void *s_security;