patch-2.3.99-pre6 linux/fs/bad_inode.c

Next file: linux/fs/bfs/file.c
Previous file: linux/fs/autofs4/waitq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/fs/bad_inode.c linux/fs/bad_inode.c
@@ -79,8 +79,8 @@
  *	@inode: Inode to mark bad
  *
  *	When an inode cannot be read due to a media or remote network
- *	failure this function makes the inode 'bad' and causes I/O operations
- *	on it to fail from this point on
+ *	failure this function makes the inode "bad" and causes I/O operations
+ *	on it to fail from this point on.
  */
  
 void make_bad_inode(struct inode * inode) 
@@ -101,7 +101,7 @@
  *	is_bad_inode - is an inode errored
  *	@inode: inode to test
  *
- *	Returns true if the inode in question has been marked as bad
+ *	Returns true if the inode in question has been marked as bad.
  */
  
 int is_bad_inode(struct inode * inode) 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)