diff options
| author | David S. Miller <davem@davemloft.net> | 2009-12-01 22:13:38 -0800 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-12-01 22:13:38 -0800 | 
| commit | ff9c38bba37937adb909cceb2a6521f2e92e17c6 (patch) | |
| tree | 93bd6152d9fa28348be99ef1c788040cc7b7a94d /fs/ocfs2/file.c | |
| parent | 65c0cfafce9575319fb6f70080fbe226e5617e3b (diff) | |
| parent | b2722b1c3a893ec6021508da15b32282ec79f4da (diff) | |
| download | olio-linux-3.10-ff9c38bba37937adb909cceb2a6521f2e92e17c6.tar.xz olio-linux-3.10-ff9c38bba37937adb909cceb2a6521f2e92e17c6.zip  | |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
	net/mac80211/ht.c
Diffstat (limited to 'fs/ocfs2/file.c')
| -rw-r--r-- | fs/ocfs2/file.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 89fc8ee1f5a..de059f49058 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -1712,7 +1712,8 @@ int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos,  	struct super_block *sb = inode->i_sb;  	if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || -	    !(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)) +	    !(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) || +	    OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL)  		return 0;  	cpos = pos >> OCFS2_SB(sb)->s_clustersize_bits;  |