Re: [PATCH] fs: ext4: inode->i_generation not assigned 0.

From: Theodore Ts'o
Date: Wed Jul 05 2017 - 16:28:08 EST


On Wed, Jul 05, 2017 at 12:19:33PM -0700, Darrick J. Wong wrote:
>
> So, what's the probability that there are clients out there that started
> talking to a 2.2-based knfsd and will now want to talk to a modern 4.13
> kernel seventeen years later? (Do nfs handles persist across client
> restarts/remounts?)

It's whether or not nfs handles persist across server restarts which
would be the more interesting question. So if you had a NAS box that
was using a Linux 2.2 kernel, and you had clients access the box, and
then that box gets upgraded to use a 4.13 kernel, what happens?

In the ideal world, the client wouldn't notice, and its 2.2-based file
handles that it obtained while the 2.2 kernel was running would
continue to work after the box came back up running the new 4.13
kernel.

To be honest, I'm not sure I care that much, but I don't use NFS much
if at all these days myself. And in reality, what's the chance that
an NAS box vendor would continue to support a box that is 17 years old
and provide an upgrade for it? (OK, everyone can stop laughing now. :-)

- Ted