Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1486223
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 070/124] staging: lustre: statahead: small fixes and cleanup |
| Date | 2016-09-19 10:00 +0200 |
| Message-ID | <sj1EC-2Bu-7@gated-at.bofh.it> (permalink) |
| References | <siR2y-4o4-19@gated-at.bofh.it> <siRce-4sg-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Sep 18, 2016 at 04:38:09PM -0400, James Simmons wrote: > From: Lai Siyao <lai.siyao@intel.com> > > small fixes: > * when 'unplug' is set for ll_statahead(), sa_put() shouldn't kill > the entry found, because its inflight RPC may not finish yet. > * remove 'sai_generation', add 'lli_sa_generation' because the > former one is not safe to access without lock. > * revalidate_statahead_dentry() may fail to wait for statahead > entry to become ready, in this case it should not release this > entry, because it may be used by inflight statahead RPC. > > cleanups: > * rename ll_statahead_enter() to ll_statahead(). > * move dentry 'lld_sa_generation' update to ll_statahead() to > simplify code and logic. > * other small cleanups. That's a lot of different things to be doing all at once in a single patch. I know this came from your tree, but in the future, please push back and ask for broken up patches, as that is required for "upstream" here. I'll take this for now :( greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 070/124] staging: lustre: statahead: small fixes and cleanup James Simmons <jsimmons@infradead.org> - 2016-09-18 22:50 +0200 Re: [PATCH 070/124] staging: lustre: statahead: small fixes and cleanup Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-19 10:00 +0200
csiph-web