X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fvfat%2Fnamei.c;h=0afd745a37cd7aeacef9c64d8470af619c77189a;hb=cfee47f99bc14a6d7c6b0be2284db2cef310a815;hp=edb711ff7b05781b624b310dcf7b360f2c683745;hpb=c730f5b621afa33e9f4939da9078669162ebff4e;p=linux-2.6-omap-h63xx.git diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c index edb711ff7b0..0afd745a37c 100644 --- a/fs/vfat/namei.c +++ b/fs/vfat/namei.c @@ -1004,6 +1004,7 @@ static struct inode_operations vfat_dir_inode_operations = { .rmdir = vfat_rmdir, .rename = vfat_rename, .setattr = fat_notify_change, + .getattr = fat_getattr, }; static int vfat_fill_super(struct super_block *sb, void *data, int silent)