Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-31 | NFSD: Using type of uint32_t for ex_nflavors instead of int | Kinglong Mee | 1 | -1/+1 | |
ex_nflavors can't be negative number, just defined by uint32_t. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> | |||||
2014-05-31 | NFSD: Adds macro EX_UUID_LEN for exports uuid's length | Kinglong Mee | 1 | -0/+1 | |
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> | |||||
2014-05-07 | nfsd: move <linux/nfsd/export.h> to fs/nfsd | Christoph Hellwig | 1 | -0/+109 | |
There are no legitimate users outside of fs/nfsd, so move it there. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com> |