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

Commit d798a29d authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman
Browse files

staging: lustre: llite: remove unuse variables



there variables were not used anywhere and was showing as build warning.

Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99d56ff7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3239,8 +3239,6 @@ void ll_iocontrol_unregister(void *magic)
	down_write(&llioc.ioc_sem);
	list_for_each_entry(tmp, &llioc.ioc_head, iocd_list) {
		if (tmp == magic) {
			unsigned int size = tmp->iocd_size;

			list_del(&tmp->iocd_list);
			up_write(&llioc.ioc_sem);

+0 −2
Original line number Diff line number Diff line
@@ -904,8 +904,6 @@ int ll_fill_super(struct super_block *sb, struct vfsmount *mnt)
	char  *dt = NULL, *md = NULL;
	char  *profilenm = get_profile_name(sb);
	struct config_llog_instance *cfg;
	/* %p for void* in printf needs 16+2 characters: 0xffffffffffffffff */
	const int instlen = sizeof(cfg->cfg_instance) * 2 + 2;
	int    err;

	CDEBUG(D_VFSTRACE, "VFS Op: sb %p\n", sb);