Hi Greg, Today's linux-next merge of the staging tree got a conflict in drivers/staging/lustre/lustre/llite/llite_lib.c between commit 94b5670e78ce ("move d_rcu from overlapping d_child to overlapping d_alias") from the vfs tree and commit cf29a7b6eae8 ("Staging: lustre: Fix checkpatch warning: Missing blank line") from the staging tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/staging/lustre/lustre/llite/llite_lib.c index 7b6b9e2e0102,afb433a33d25..000000000000 --- a/drivers/staging/lustre/lustre/llite/llite_lib.c +++ b/drivers/staging/lustre/lustre/llite/llite_lib.c @@@ -709,7 -712,8 +710,8 @@@ void lustre_dump_dentry(struct dentry * return; list_for_each(tmp, &dentry->d_subdirs) { - struct dentry *d = list_entry(tmp, struct dentry, d_u.d_child); + struct dentry *d = list_entry(tmp, struct dentry, d_child); + lustre_dump_dentry(d, recur - 1); } }