3 Aug 2012 15:56
[PATCH v2 5/7] nilfs-utils: fsck: modify check_mount() function with the purpose of adding opportunity of RO mount checking
Hi, This patch modifies check_mount() function with the purpose of adding opportunity of RO mount checking. With the best regards, Vyacheslav Dubeyko. -- From: Vyacheslav Dubeyko <slava@...> Subject: [PATCH v2 5/7] nilfs-utils: fsck: modify check_mount() function with the purpose of adding opportunity of RO mount checking This patch modifies check_mount() function with the purpose of adding opportunity of RO mount checking. Signed-off-by: Vyacheslav Dubeyko <slava@...> --- diff --git a/lib/ismounted.c b/lib/ismounted.c index 7c5f0fc..d16dce9 100644 --- a/lib/ismounted.c +++ b/lib/ismounted.c <at> <at> -31,6 +31,15 <at> <at> #define LINE_BUFFER_SIZE 256 /* Line buffer size for reading mtab */ +/* + * check_mount - Check that device mounted or not. + * <at> device: pointer on device. + *(Continue reading)
RSS Feed