diff --git a/[refs] b/[refs] index bbe4b572185d..23d541d381ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e7152944426be786c6c232990914e4565290d35 +refs/heads/master: 248736c2a57206388c86f8cdd3392ee986e84f9f diff --git a/trunk/fs/hfsplus/extents.c b/trunk/fs/hfsplus/extents.c index fec8f61227ff..0022eec63cda 100644 --- a/trunk/fs/hfsplus/extents.c +++ b/trunk/fs/hfsplus/extents.c @@ -199,6 +199,9 @@ int hfsplus_get_block(struct inode *inode, sector_t iblock, goto done; } + if (inode->i_ino == HFSPLUS_EXT_CNID) + return -EIO; + mutex_lock(&HFSPLUS_I(inode).extents_lock); res = hfsplus_ext_read_extent(inode, ablock); if (!res) {