Found 3 matching messages (0.061 seconds). Page 1 of 1.
... . I admit, it is a bit inconsistent. I can definitely break things out further in the next set, but I thought 27 patches was enough for now. ;) -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a ...
linux-fsdevel - Dave Hansen - Jun 8 2006 - 11:15
... file-system is close to be full, this function may return > + * %-EAGAIN infinitely, so the caller has to limit amount of re-invocations of > + * the function. E.g., this happens if the limits on the journal size are too > + * tough and GC writes too ...
linux-kernel - Arnd Bergmann - Mar 31 2008 - 22:11
... - && !special_file(nd.dentry->d_inode->i_mode)) > + if(res) > + goto out_path_release; > + if (!(mode & S_IWOTH)) > + ... } > + if (IS_RDONLY(nd.dentry->d_inode)) > res = -EROFS; > +out_path_release: > path_release(&nd); > > out: > _ ...
linux-fsdevel - Herbert Poetzl - Jun 8 2006 - 07:03