[PATCH] Adjust comments in linux/fs_parser.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix some comments in linux/fs_parser.h that have not kept up with the
changes.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
---

 include/linux/fs_parser.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/fs_parser.h b/include/linux/fs_parser.h
index 2eab6d5f6736..784f4bfa2aa2 100644
--- a/include/linux/fs_parser.h
+++ b/include/linux/fs_parser.h
@@ -53,10 +53,10 @@ struct fs_parameter_spec {
 struct fs_parse_result {
 	bool			negated;	/* T if param was "noxxx" */
 	union {
-		bool		boolean;	/* For spec_bool */
-		int		int_32;		/* For spec_s32/spec_enum */
-		unsigned int	uint_32;	/* For spec_u32{,_octal,_hex}/spec_enum */
-		u64		uint_64;	/* For spec_u64 */
+		bool		boolean;	/* For fs_param_is_bool */
+		int		int_32;		/* For fs_param_is_{s32,enum} */
+		unsigned int	uint_32;	/* For fs_param_is_{u32*,enum,fd) */
+		u64		uint_64;	/* For fs_param_is_u64 */
 	};
 };
 





[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux