From f4fe31795c0347d414b52c8ba91311624819b290 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 27 Sep 2006 01:50:47 -0700 Subject: [PATCH] --- yaml --- r: 36194 b: refs/heads/master c: 4c1541680f8d189d21dd07b053bc12996574646e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fs.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9e962a7b0416..b387f6a9af8b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e18e2941c53416aa219708e7dcad21fb4bd6794 +refs/heads/master: 4c1541680f8d189d21dd07b053bc12996574646e diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 4f77ec9c3353..ca695fc8d69c 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -528,9 +528,10 @@ struct inode { #ifdef CONFIG_QUOTA struct dquot *i_dquot[MAXQUOTAS]; #endif - /* These three should probably be a union */ struct list_head i_devices; - struct pipe_inode_info *i_pipe; + union { + struct pipe_inode_info *i_pipe; + }; struct block_device *i_bdev; struct cdev *i_cdev; int i_cindex;