[LU-6136] in cb_find_init() the value stored to lustre_fs is never used Created: 19/Jan/15 Updated: 20/Jan/15 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.7.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Hammond | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | lfs | ||
| Severity: | 3 |
| Rank (Obsolete): | 17098 |
| Description |
if (ret) { if (ret == -ENOTTY) lustre_fs = 0; if (ret == -ENOENT) goto decided; return ret; } |
| Comments |
| Comment by John Hammond [ 20/Jan/15 ] |
|
Do we care if 'lfs find' works in non-Lustre directories? For example 'lfs find --size N' appears to be broken in several ways when run against /tmp. |
| Comment by Andreas Dilger [ 20/Jan/15 ] |
|
I'd always thought it should work for non-Lustre directories, but obviously we haven't tested that much. |