Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1421474 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-06-14 02:50 +0200 |
| Last post | 2016-06-14 02:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the nfs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-14 02:50 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-06-14 02:50 +0200 |
| Subject | linux-next: build failure after merge of the nfs tree |
| Message-ID | <rJKIh-5BS-1@gated-at.bofh.it> |
Hi Trond,
After merging the nfs tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
fs/nfs/direct.c: In function 'nfs_direct_write_reschedule':
fs/nfs/direct.c:652:32: error: 'struct pnfs_ds_commit_info' has no member named 'nbuckets'
for (i = 0; i < dreq->ds_cinfo.nbuckets; i++)
^
fs/nfs/direct.c:653:17: error: 'struct pnfs_ds_commit_info' has no member named 'buckets'
dreq->ds_cinfo.buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW;
^
Caused by commit
2f9273fd2f09 ("NFS: Ensure we reset the write verifier 'committed' value on resend.")
CONFIG_NFS_V4_1 is not set for this build.
I have used the nfs tree from next-20160609 for today.
--
Cheers,
Stephen Rothwell
Back to top | Article view | linux.kernel
csiph-web