2016-01-23 17:32:06

by Trond Myklebust

[permalink] [raw]
Subject: [GIT PULL] Please pull bugfixes+cleanup for Linux 4.5

Hi Linus,

The following changes since commit 44aab3e09ef947e546ee61c5082c41b86dd15e53:


NFS: Fix a compile warning about unused variable in
nfs_generic_pg_pgios() (2016-01-08 08:12:47 -0500)


are available in the git repository at:


git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.5-2


for you to fetch changes up to 6d45c042f35ea9b27bf946380f74ff75d32280c9:


Merge branch 'bugfixes' (2016-01-22 11:02:36 -0500)


----------------------------------------------------------------

NFS client bugfixes and cleanups for Linux 4.5


Bugfixes:

- pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn

- pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN


Cleanups:

- NFS: Simplify nfs_request_add_commit_list() arguments


----------------------------------------------------------------

Anna Schumaker (1):

NFS: Simplify nfs_request_add_commit_list() arguments


Trond Myklebust (3):

pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN

pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn

Merge branch 'bugfixes'


fs/nfs/filelayout/filelayout.c | 2 +-

fs/nfs/flexfilelayout/flexfilelayout.c | 6 +-

fs/nfs/flexfilelayout/flexfilelayoutdev.c | 99 +++++++++++++------------------

fs/nfs/internal.h | 2 +-

fs/nfs/write.c | 7 +--

5 files changed, 47 insertions(+), 69 deletions(-)

--
Trond Myklebust
Linux NFS client maintainer, PrimaryData
[email protected]


2016-01-23 19:49:15

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] Please pull bugfixes+cleanup for Linux 4.5

On Sat, Jan 23, 2016 at 9:32 AM, Trond Myklebust
<[email protected]> wrote:
>
> are available in the git repository at:
>
> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.5-2

You have some odd double-spacing issue in this pull request. It's
fine, and I pulled, but I thought I'd mention the oddity in case you
started doing something new and broken and hadn't noticed.

Linus

2016-01-24 17:40:30

by Trond Myklebust

[permalink] [raw]
Subject: Re: [GIT PULL] Please pull bugfixes+cleanup for Linux 4.5

On Sat, Jan 23, 2016 at 2:49 PM, Linus Torvalds
<[email protected]> wrote:
> On Sat, Jan 23, 2016 at 9:32 AM, Trond Myklebust
> <[email protected]> wrote:
>>
>> are available in the git repository at:
>>
>> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.5-2
>
> You have some odd double-spacing issue in this pull request. It's
> fine, and I pulled, but I thought I'd mention the oddity in case you
> started doing something new and broken and hadn't noticed.
>

Yeah. I was having trouble getting evolution to send my emails due to
some encryption borkage in the latest incarnation from Fedora, so I
saved it as a draft and then imported it to the gmail web interface.
That's what introduced the double-spacing.
I'm hoping this will get fixed quickly, so I can go back to sending
email the old way...

Cheers
Trond