X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffuse%2Fdir.c;h=f56f91bd38bea8b978bb26c38d8e3e3bb993e00a;hb=0952b2a4a82b2deb76463dbcf1355b806dc81134;hp=80d2f5292cf91f490532e903c0e37795e705de15;hpb=af440f52927e4b6941aa94e3cfc698adb0f22663;p=linux-2.6-omap-h63xx.git diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 80d2f5292cf..f56f91bd38b 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -416,6 +416,7 @@ static int fuse_create_open(struct inode *dir, struct dentry *entry, int mode, fuse_put_request(fc, forget_req); d_instantiate(entry, inode); fuse_change_entry_timeout(entry, &outentry); + fuse_invalidate_attr(dir); file = lookup_instantiate_filp(nd, entry, generic_file_open); if (IS_ERR(file)) { ff->fh = outopen.fh;