summaryrefslogtreecommitdiffstats
path: root/fsck/fsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsck/fsck.h')
-rw-r--r--fsck/fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsck/fsck.h b/fsck/fsck.h
index d212622f1..5612b218a 100644
--- a/fsck/fsck.h
+++ b/fsck/fsck.h
@@ -58,6 +58,7 @@ struct fs_info {
struct fsck_instance {
int pid;
int flags;
+ int lock; /* flock()ed whole disk file descriptor or -1 */
int exit_status;
time_t start_time;
char * prog;