]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/direct-io.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / fs / direct-io.c
index ae196784f487afa9a4117e0775d42559645d4b73..9329ced91f1d8563010dc45a9be430e62ba659d6 100644 (file)
@@ -241,9 +241,8 @@ void dio_warn_stale_pagecache(struct file *filp)
        }
 }
 
-/**
+/*
  * dio_complete() - called when all DIO BIO I/O has been completed
- * @offset: the byte offset in the file of the completed operation
  *
  * This drops i_dio_count, lets interested parties know that a DIO operation
  * has completed, and calculates the resulting return code for the operation.