Select the types of activity you want to include in your feed.
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
* 'for-2.6.28' of git://linux-nfs.org/~bfields/linux: NLM: Set address family before calling nlm_host_rebooted() nfsd: fix failure to set eof in readdir in some situations
···434434 * reclaim all locks we hold on this server.435435 */436436 memset(&saddr, 0, sizeof(saddr));437437+ saddr.sin_family = AF_INET;437438 saddr.sin_addr.s_addr = argp->addr;438439 nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);439440
+1
fs/lockd/svcproc.c
···466466 * reclaim all locks we hold on this server.467467 */468468 memset(&saddr, 0, sizeof(saddr));469469+ saddr.sin_family = AF_INET;469470 saddr.sin_addr.s_addr = argp->addr;470471 nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);471472