mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
2628b352c3
commit
9a9e3415ed
4 changed files with 6 additions and 6 deletions
|
@ -209,7 +209,8 @@ void configfs_unregister_default_group(struct config_group *group);
|
|||
|
||||
/* These functions can sleep and can alloc with GFP_KERNEL */
|
||||
/* WARNING: These cannot be called underneath configfs callbacks!! */
|
||||
int configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target);
|
||||
void configfs_undepend_item(struct configfs_subsystem *subsys, struct config_item *target);
|
||||
int configfs_depend_item(struct configfs_subsystem *subsys,
|
||||
struct config_item *target);
|
||||
void configfs_undepend_item(struct config_item *target);
|
||||
|
||||
#endif /* _CONFIGFS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue