userdlm.c (f26e8817b235d8764363bffcc9cbfc61867371f2) userdlm.c (174cd4b1e5fbd0d74c68cf3a74f5bd4923485512)
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * userdlm.c
5 *
6 * Code which implements the kernel side of a minimal userspace
7 * interface to our DLM.
8 *

--- 14 unchanged lines hidden (view full) ---

23 *
24 * You should have received a copy of the GNU General Public
25 * License along with this program; if not, write to the
26 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 * Boston, MA 021110-1307, USA.
28 */
29
30#include <linux/signal.h>
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * userdlm.c
5 *
6 * Code which implements the kernel side of a minimal userspace
7 * interface to our DLM.
8 *

--- 14 unchanged lines hidden (view full) ---

23 *
24 * You should have received a copy of the GNU General Public
25 * License along with this program; if not, write to the
26 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 * Boston, MA 021110-1307, USA.
28 */
29
30#include <linux/signal.h>
31#include <linux/sched/signal.h>
31
32#include <linux/module.h>
33#include <linux/fs.h>
34#include <linux/types.h>
35#include <linux/crc32.h>
36
37#include "ocfs2_lockingver.h"
38#include "stackglue.h"

--- 650 unchanged lines hidden ---
32
33#include <linux/module.h>
34#include <linux/fs.h>
35#include <linux/types.h>
36#include <linux/crc32.h>
37
38#include "ocfs2_lockingver.h"
39#include "stackglue.h"

--- 650 unchanged lines hidden ---