From 73316c7746e89896c63fc49f24cafe32335df288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 9 Jan 2013 18:16:14 +0100 Subject: Recognize units at inode limits by edquota MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this patch, it's possible to specify inode values including decimal units in the editor run by edquota. Signed-off-by: Petr Písař Signed-off-by: Jan Kara --- setquota.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'setquota.c') diff --git a/setquota.c b/setquota.c index 19449ad..cc5fee8 100644 --- a/setquota.c +++ b/setquota.c @@ -406,8 +406,6 @@ static int read_entry(qid_t *id, qsize_t *isoftlimit, qsize_t *ihardlimit, qsize } break; } - *isoftlimit = is; - *ihardlimit = ih; return 0; } -- cgit v1.2.1