We recently had a request to raise the number of fds that gssd can work with - again. Rather than just change the hard-coded number I seemed to make sense to have it depend on RLIMIT_NOFILE - as poll won't work with more than that anyway. So the default becomes 1024, but it is easily raised further without code change. These patches implement that. NeilBrown --- Neil Brown (3): gssd_proc: use pollsize, not FD_ALLOC_BLOCK, in get_poll_index(). gssd_proc: remove pointless test against FD_ALLOC_BLOCK in process_pipedir gssd: base the size of the fd array on the RLIMIT_NOFILE limit. utils/gssd/gssd_proc.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html