X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Frm-rf.h;h=96579eb1828e6f2cc2e0af9787f9e0e116aaf914;hp=769bbc853dd35089690bd189efefa95d524ba338;hb=3d1092eab0f4a5c771225c78072a7b6eccb82849;hpb=d76bb3c179b7a32b109e39aa87ff09c8f5a8c178 diff --git a/src/basic/rm-rf.h b/src/basic/rm-rf.h index 769bbc853..96579eb18 100644 --- a/src/basic/rm-rf.h +++ b/src/basic/rm-rf.h @@ -27,6 +27,7 @@ typedef enum RemoveFlags { REMOVE_ONLY_DIRECTORIES = 1, REMOVE_ROOT = 2, REMOVE_PHYSICAL = 4, /* if not set, only removes files on tmpfs, never physical file systems */ + REMOVE_SUBVOLUME = 8, } RemoveFlags; int rm_rf_children(int fd, RemoveFlags flags, struct stat *root_dev);