Commit f675e439 authored by Alexander Viro's avatar Alexander Viro Committed by Jeff Garzik

[PATCH] typo fix in intermezzo patch

	Sigh...  Build/fix bugs/rediff/send the old diff story...
Sorry - just have noticed that ;-/
parent 03d6c5b2
......@@ -864,7 +864,7 @@ int presto_permission(struct inode *inode, int mask, struct nameidata *nd)
/* The cache filesystem doesn't have its own permission function,
* so we call the default one.
*/
rc = vfs_permission(inode, mask, nd);
rc = vfs_permission(inode, mask);
EXIT;
return rc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment