Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-2.6-microblaze.git] / fs / f2fs / node.h
index 84d4538..ff14a6e 100644 (file)
@@ -38,6 +38,9 @@
 /* return value for read_node_page */
 #define LOCKED_PAGE    1
 
+/* check pinned file's alignment status of physical blocks */
+#define FILE_NOT_ALIGNED       1
+
 /* For flag in struct node_info */
 enum {
        IS_CHECKPOINTED,        /* is it checkpointed before? */