From 274a98ae14b1450c2ae77f2a3bd8fc0c3ea3731e Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 25 Sep 2013 00:48:31 +0400 Subject: [PATCH] Add TODO about moving version depend code into separate header. --- simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/simple.c b/simple.c index 0e90863..1545407 100644 --- a/simple.c +++ b/simple.c @@ -703,6 +703,7 @@ int simplefs_fill_super(struct super_block *sb, void *data, int silent) root_inode->i_private = simplefs_get_inode(sb, SIMPLEFS_ROOTDIR_INODE_NUMBER); + /* TODO: move such stuff into separate header. */ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 3, 0) sb->s_root = d_make_root(root_inode); #else