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

Commit f3a9388e authored by Chris Wright's avatar Chris Wright Committed by Trond Myklebust
Browse files

[PATCH] VFS: local denial-of-service with file leases



 Remove time_out_leases() printk that's easily triggered by users.

 Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
 Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent dc15ae14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1105,7 +1105,6 @@ static void time_out_leases(struct inode *inode)
			before = &fl->fl_next;
			continue;
		}
		printk(KERN_INFO "lease broken - owner pid = %d\n", fl->fl_pid);
		lease_modify(before, fl->fl_type & ~F_INPROGRESS);
		if (fl == *before)	/* lease_modify may have freed fl */
			before = &fl->fl_next;