Signed-off-by: Jeff Layton <[EMAIL PROTECTED]>
---
 fs/hpfs/inode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/hpfs/inode.c b/fs/hpfs/inode.c
index 85d3e1d..d2b26eb 100644
--- a/fs/hpfs/inode.c
+++ b/fs/hpfs/inode.c
@@ -265,6 +265,7 @@ int hpfs_notify_change(struct dentry *dentry, struct iattr 
*attr)
        struct inode *inode = dentry->d_inode;
        int error=0;
        lock_kernel();
+       attr_kill_to_mode(inode, attr);
        if ( ((attr->ia_valid & ATTR_SIZE) && attr->ia_size > inode->i_size) ||
             (hpfs_sb(inode->i_sb)->sb_root == inode->i_ino) ) {
                error = -EINVAL;
-- 
1.5.2.2

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to