nlm_advlock.c (29b02909eb4d38a8803d0e125285c19c92e34da5) | nlm_advlock.c (86ce6a83d16fdedede88990ffe1d85ad83d8e7c8) |
---|---|
1/*- 2 * Copyright (c) 2008 Isilon Inc http://www.isilon.com/ 3 * Authors: Doug Rabson <dfr@rabson.org> 4 * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 21 unchanged lines hidden (view full) --- 30 31#include <sys/param.h> 32#include <sys/fcntl.h> 33#include <sys/kernel.h> 34#include <sys/limits.h> 35#include <sys/lock.h> 36#include <sys/lockf.h> 37#include <sys/malloc.h> | 1/*- 2 * Copyright (c) 2008 Isilon Inc http://www.isilon.com/ 3 * Authors: Doug Rabson <dfr@rabson.org> 4 * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 21 unchanged lines hidden (view full) --- 30 31#include <sys/param.h> 32#include <sys/fcntl.h> 33#include <sys/kernel.h> 34#include <sys/limits.h> 35#include <sys/lock.h> 36#include <sys/lockf.h> 37#include <sys/malloc.h> |
38#include <sys/mbuf.h> |
|
38#include <sys/mount.h> 39#include <sys/mutex.h> 40#include <sys/proc.h> 41#include <sys/syslog.h> 42#include <sys/systm.h> 43#include <sys/unistd.h> 44#include <sys/vimage.h> 45#include <sys/vnode.h> 46 | 39#include <sys/mount.h> 40#include <sys/mutex.h> 41#include <sys/proc.h> 42#include <sys/syslog.h> 43#include <sys/systm.h> 44#include <sys/unistd.h> 45#include <sys/vimage.h> 46#include <sys/vnode.h> 47 |
47#include <rpc/rpcclnt.h> | |
48#include <nfs/nfsproto.h> 49#include <nfsclient/nfs.h> 50#include <nfsclient/nfsnode.h> 51#include <nfsclient/nfsmount.h> 52 53#include <nlm/nlm_prot.h> 54#include <nlm/nlm.h> 55 --- 1186 unchanged lines hidden --- | 48#include <nfs/nfsproto.h> 49#include <nfsclient/nfs.h> 50#include <nfsclient/nfsnode.h> 51#include <nfsclient/nfsmount.h> 52 53#include <nlm/nlm_prot.h> 54#include <nlm/nlm.h> 55 --- 1186 unchanged lines hidden --- |