Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eceff22a authored by Anand Jain's avatar Anand Jain Committed by David Sterba
Browse files

btrfs: add a comment to mark the deprecated mount option



The options alloc_start and subvolrootid are deprecated, comment them in
the tokens list. And leave them as it is. No functional changes.

Signed-off-by: default avatarAnand Jain <anand.jain@oracle.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent d3740608
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ static const match_table_t tokens = {
	{Opt_nobarrier, "nobarrier"},
	{Opt_barrier, "barrier"},
	{Opt_max_inline, "max_inline=%s"},
	{Opt_alloc_start, "alloc_start=%s"},
	{Opt_alloc_start, "alloc_start=%s"},		/* deprecated */
	{Opt_thread_pool, "thread_pool=%u"},
	{Opt_compress, "compress"},
	{Opt_compress_type, "compress=%s"},
@@ -370,7 +370,7 @@ static const match_table_t tokens = {
	{Opt_user_subvol_rm_allowed, "user_subvol_rm_allowed"},
	{Opt_enospc_debug, "enospc_debug"},
	{Opt_noenospc_debug, "noenospc_debug"},
	{Opt_subvolrootid, "subvolrootid=%d"},
	{Opt_subvolrootid, "subvolrootid=%d"},		/* deprecated */
	{Opt_defrag, "autodefrag"},
	{Opt_nodefrag, "noautodefrag"},
	{Opt_inode_cache, "inode_cache"},