[PATCH v4 1/4] fs: configfs: Drop unused parameter from configfs_undepend_item()

2015-10-26 Thread Krzysztof Opasiak
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 --- Changes since v3: - fix build break in ocfs2 --- drivers/target/target_core_configfs.c |2 +- fs/configfs/dir.c |3 +--

Re: [PATCH v4 1/4] fs: configfs: Drop unused parameter from configfs_undepend_item()

2015-11-13 Thread Andrzej Pietrasiewicz
Hello, W dniu 26.10.2015 o 17:43, Krzysztof Opasiak pisze: 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 --- Changes since v3: - fix build break in ocfs2 Any comments on the series adding unlo