[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1481352729-7020-1-git-send-email-fabf@skynet.be>
Date: Sat, 10 Dec 2016 07:52:09 +0100
From: Fabian Frederick <fabf@...net.be>
To: Dave Chinner <david@...morbit.com>,
Eric Sandeen <sandeen@...hat.com>
Cc: linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org,
fabf@...net.be
Subject: [PATCH 1/1 linux-next] xfs: remove unnecessary return
Commit f7a136aee3c1
("xfs: several xattr functions can be void")
updated 2 end of function return 0 to return in void
functions. Remove it.
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/xfs/xfs_attr_list.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/xfs/xfs_attr_list.c b/fs/xfs/xfs_attr_list.c
index 97c45b6..5aa46c3 100644
--- a/fs/xfs/xfs_attr_list.c
+++ b/fs/xfs/xfs_attr_list.c
@@ -433,7 +433,6 @@ xfs_attr3_leaf_list_int(
cursor->offset++;
}
trace_xfs_attr_list_leaf_end(context);
- return;
}
/*
@@ -543,7 +542,6 @@ xfs_attr_put_listent(
alist->al_offset[context->count++] = context->firstu;
alist->al_count = context->count;
trace_xfs_attr_list_add(context);
- return;
}
/*
--
2.7.4
Powered by blists - more mailing lists