1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

stub for read-only functions with fs interface

This commit is contained in:
Alasdair Kergon 2002-01-03 15:12:02 +00:00
parent 5671fce111
commit eefe4b2097

View File

@ -57,7 +57,7 @@ struct dm_info {
unsigned int open_count;
int major;
int minor; /* minor device number */
int read_only;
int read_only; /* 0:read-write; 1:read-only */
unsigned int target_count;
};