From 7914e9351abb5271ebb4990c3b1fe495d15a4eda Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 5 Oct 2000 18:50:18 +0000 Subject: Herb's fixes for profiling & compiler warnings. Jeremy. --- source/include/smb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/include/smb.h') diff --git a/source/include/smb.h b/source/include/smb.h index c8696503738..02ef9400850 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -622,8 +622,7 @@ struct current_user #define NUM_FLUSH_REASONS 8 /* Keep this in sync with the enum below. */ enum flush_reason_enum { SEEK_FLUSH, READ_FLUSH, WRITE_FLUSH, READRAW_FLUSH, - OPLOCK_RELEASE_FLUSH, CLOSE_FLUSH, SYNC_FLUSH, SIZECHANGE_FLUSH }; - + OPLOCK_RELEASE_FLUSH, CLOSE_FLUSH, SYNC_FLUSH, SIZECHANGE_FLUSH }; /* Defines for the sent_oplock_break field above. */ #define NO_BREAK_SENT 0 #define EXCLUSIVE_BREAK_SENT 1 -- cgit