aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2015-12-11 10:06:09 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2015-12-20 21:03:57 -0500
commit9a9e3415edd567813d52c8de402042b9720c54f5 (patch)
treeb5482c888f410c0aa6f916139e784d41d023fdcd /fs/configfs
parent2628b352c3d4905adf8129ea50900bd980b6ccef (diff)
fs: configfs: Drop unused parameter from configfs_undepend_item()
subsys parameter is never used by configfs_undepend_item() so there is no point in passing it to this function. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'fs/configfs')
-rw-r--r--fs/configfs/dir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c
index a7a1b218f308..d390245965b1 100644
--- a/fs/configfs/dir.c
+++ b/fs/configfs/dir.c
@@ -1128,8 +1128,7 @@ EXPORT_SYMBOL(configfs_depend_item);
1128 * configfs_depend_item() because we know that that the client driver is 1128 * configfs_depend_item() because we know that that the client driver is
1129 * pinned, thus the subsystem is pinned, and therefore configfs is pinned. 1129 * pinned, thus the subsystem is pinned, and therefore configfs is pinned.
1130 */ 1130 */
1131void configfs_undepend_item(struct configfs_subsystem *subsys, 1131void configfs_undepend_item(struct config_item *target)
1132 struct config_item *target)
1133{ 1132{
1134 struct configfs_dirent *sd; 1133 struct configfs_dirent *sd;
1135 1134