]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/f2fs/segment.h
Merge remote-tracking branch 'nfs/linux-next'
[karo-tx-linux.git] / fs / f2fs / segment.h
index b6e4ed15c6988f416b374350cc2cdd57f6763c01..ee44d346ea44143e5610c59c3d0ed66c88526c43 100644 (file)
@@ -137,10 +137,12 @@ enum {
 /*
  * BG_GC means the background cleaning job.
  * FG_GC means the on-demand cleaning job.
+ * FORCE_FG_GC means on-demand cleaning job in background.
  */
 enum {
        BG_GC = 0,
-       FG_GC
+       FG_GC,
+       FORCE_FG_GC,
 };
 
 /* for a function parameter to select a victim segment */