Skip to content

Commit

Permalink
[DLM] fs/dlm/ast.c should #include "ast.h"
Browse files Browse the repository at this point in the history
Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed May 1, 2007
1 parent 6ed7257 commit 8fa1de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/dlm/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "dlm_internal.h"
#include "lock.h"
#include "user.h"
#include "ast.h"

#define WAKE_ASTS 0

Expand Down

0 comments on commit 8fa1de3

Please sign in to comment.