These printk's come out during normal usage, when accessing locked system
files on the windows machines.
DENTRY_PATH(dentry), count, offset, rsize);
result = smb_open(dentry, SMB_O_RDONLY);
- if (result < 0) {
- PARANOIA("%s/%s open failed, error=%d\n",
- DENTRY_PATH(dentry), result);
+ if (result < 0)
goto io_error;
- }
do {
if (count < rsize)
result = 0;
if (!smb_is_open(inode))
result = smb_proc_open(server, dentry, wish);
- if (result) {
- PARANOIA("%s/%s open failed, result=%d\n",
- DENTRY_PATH(dentry), result);
+ if (result)
goto out;
- }
/*
* A successful open means the path is still valid ...
*/