[cosmetic] formatting changes to nfs41_superblock.c
This commit is contained in:
parent
328b175cae
commit
14a6706039
1 changed files with 3 additions and 4 deletions
|
|
@ -98,9 +98,8 @@ static int get_superblock_attrs(
|
||||||
|
|
||||||
status = nfs41_getattr(session, file, &attr_request, &info);
|
status = nfs41_getattr(session, file, &attr_request, &info);
|
||||||
if (status) {
|
if (status) {
|
||||||
eprintf("nfs41_getattr() failed with %s when "
|
eprintf("nfs41_getattr() failed with %s when fetching attributes for "
|
||||||
"fetching attributes for fsid(%llu,%llu)\n",
|
"fsid(%llu,%llu)\n", nfs_error_string(status),
|
||||||
nfs_error_string(status),
|
|
||||||
superblock->fsid.major, superblock->fsid.minor);
|
superblock->fsid.major, superblock->fsid.minor);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
@ -203,7 +202,7 @@ int nfs41_superblock_for_fh(
|
||||||
|
|
||||||
/* compare with the parent's fsid, and use that if it matches */
|
/* compare with the parent's fsid, and use that if it matches */
|
||||||
if (parent && parent->superblock &&
|
if (parent && parent->superblock &&
|
||||||
compare_fsid(fsid, &parent->superblock->fsid) == 0) {
|
compare_fsid(fsid, &parent->superblock->fsid) == 0) {
|
||||||
file->fh.superblock = parent->superblock;
|
file->fh.superblock = parent->superblock;
|
||||||
dprintf(SBLVL, "using superblock from parent\n");
|
dprintf(SBLVL, "using superblock from parent\n");
|
||||||
goto out;
|
goto out;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue