Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH] md - 2 of 3 - Add BLKSSZGET ioctl for md driver
@ 2003-06-18  0:28 NeilBrown
  2003-06-18 23:23 ` Marcelo Tosatti
  0 siblings, 1 reply; 5+ messages in thread
From: NeilBrown @ 2003-06-18  0:28 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-raid

### Comments for ChangeSet

From: Nathan Scott <nathans@sgi.com>


 ----------- Diffstat output ------------
 ./drivers/md/md.c |    1 +
 1 files changed, 1 insertion(+)

diff ./drivers/md/md.c~current~ ./drivers/md/md.c
--- ./drivers/md/md.c~current~	2003-06-18 10:02:57.000000000 +1000
+++ ./drivers/md/md.c	2003-06-18 10:03:43.000000000 +1000
@@ -2623,6 +2623,7 @@ static int md_ioctl(struct inode *inode,
 		case BLKRAGET:
 		case BLKRASET:
 		case BLKFLSBUF:
+		case BLKSSZGET:
 		case BLKBSZGET:
 		case BLKBSZSET:
 			err = blk_ioctl (dev, cmd, arg);

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-06-19  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-18  0:28 [PATCH] md - 2 of 3 - Add BLKSSZGET ioctl for md driver NeilBrown
2003-06-18 23:23 ` Marcelo Tosatti
2003-06-19  0:13   ` Neil Brown
2003-06-18 23:55     ` Marcelo Tosatti
2003-06-19  1:30       ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox