aboutsummaryrefslogtreecommitdiff
path: root/include/f2fs_fs.h
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@pr.hu>2020-07-09 13:21:11 +0200
committerJaegeuk Kim <jaegeuk@kernel.org>2020-07-09 19:58:05 -0700
commit31acef041716cd718b793dcd7c498c7e0522f67a (patch)
treee84d053fe51e261818729401f76453b9e90e6a1f /include/f2fs_fs.h
parentd03cab6c93d634fe746f55302bbcd28a9eb545a7 (diff)
downloadf2fs-tools-31acef041716cd718b793dcd7c498c7e0522f67a.tar.gz
mkfs.f2fs: allow setting volume UUID manually
This patch adds an option to assign UUID manually. Usage: # mkfs.f2fs -U uuid_string Signed-off-by: Zoltán Böszörményi <zboszor@pr.hu> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/f2fs_fs.h')
-rw-r--r--include/f2fs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h
index 709bfd8..f60dc0f 100644
--- a/include/f2fs_fs.h
+++ b/include/f2fs_fs.h
@@ -371,6 +371,7 @@ struct f2fs_configuration {
__u8 sb_version[VERSION_LEN + 1];
__u8 version[VERSION_LEN + 1];
char *vol_label;
+ char *vol_uuid;
u_int16_t s_encoding;
u_int16_t s_encoding_flags;
int heap;