block_dev.c 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919
  1. /*
  2. * linux/fs/block_dev.c
  3. *
  4. * Copyright (C) 1991, 1992 Linus Torvalds
  5. * Copyright (C) 2001 Andrea Arcangeli <andrea@suse.de> SuSE
  6. */
  7. #include <linux/init.h>
  8. #include <linux/mm.h>
  9. #include <linux/fcntl.h>
  10. #include <linux/slab.h>
  11. #include <linux/kmod.h>
  12. #include <linux/major.h>
  13. #include <linux/device_cgroup.h>
  14. #include <linux/highmem.h>
  15. #include <linux/blkdev.h>
  16. #include <linux/backing-dev.h>
  17. #include <linux/module.h>
  18. #include <linux/blkpg.h>
  19. #include <linux/magic.h>
  20. #include <linux/buffer_head.h>
  21. #include <linux/swap.h>
  22. #include <linux/pagevec.h>
  23. #include <linux/writeback.h>
  24. #include <linux/mpage.h>
  25. #include <linux/mount.h>
  26. #include <linux/uio.h>
  27. #include <linux/namei.h>
  28. #include <linux/log2.h>
  29. #include <linux/cleancache.h>
  30. #include <linux/dax.h>
  31. #include <linux/badblocks.h>
  32. #include <asm/uaccess.h>
  33. #include "internal.h"
  34. struct bdev_inode {
  35. struct block_device bdev;
  36. struct inode vfs_inode;
  37. };
  38. static const struct address_space_operations def_blk_aops;
  39. static inline struct bdev_inode *BDEV_I(struct inode *inode)
  40. {
  41. return container_of(inode, struct bdev_inode, vfs_inode);
  42. }
  43. struct block_device *I_BDEV(struct inode *inode)
  44. {
  45. return &BDEV_I(inode)->bdev;
  46. }
  47. EXPORT_SYMBOL(I_BDEV);
  48. void __vfs_msg(struct super_block *sb, const char *prefix, const char *fmt, ...)
  49. {
  50. struct va_format vaf;
  51. va_list args;
  52. va_start(args, fmt);
  53. vaf.fmt = fmt;
  54. vaf.va = &args;
  55. printk_ratelimited("%sVFS (%s): %pV\n", prefix, sb->s_id, &vaf);
  56. va_end(args);
  57. }
  58. static void bdev_write_inode(struct block_device *bdev)
  59. {
  60. struct inode *inode = bdev->bd_inode;
  61. int ret;
  62. spin_lock(&inode->i_lock);
  63. while (inode->i_state & I_DIRTY) {
  64. spin_unlock(&inode->i_lock);
  65. ret = write_inode_now(inode, true);
  66. if (ret) {
  67. char name[BDEVNAME_SIZE];
  68. pr_warn_ratelimited("VFS: Dirty inode writeback failed "
  69. "for block device %s (err=%d).\n",
  70. bdevname(bdev, name), ret);
  71. }
  72. spin_lock(&inode->i_lock);
  73. }
  74. spin_unlock(&inode->i_lock);
  75. }
  76. /* Kill _all_ buffers and pagecache , dirty or not.. */
  77. void kill_bdev(struct block_device *bdev)
  78. {
  79. struct address_space *mapping = bdev->bd_inode->i_mapping;
  80. if (mapping->nrpages == 0 && mapping->nrexceptional == 0)
  81. return;
  82. invalidate_bh_lrus();
  83. truncate_inode_pages(mapping, 0);
  84. }
  85. EXPORT_SYMBOL(kill_bdev);
  86. /* Invalidate clean unused buffers and pagecache. */
  87. void invalidate_bdev(struct block_device *bdev)
  88. {
  89. struct address_space *mapping = bdev->bd_inode->i_mapping;
  90. if (mapping->nrpages == 0)
  91. return;
  92. invalidate_bh_lrus();
  93. lru_add_drain_all(); /* make sure all lru add caches are flushed */
  94. invalidate_mapping_pages(mapping, 0, -1);
  95. /* 99% of the time, we don't need to flush the cleancache on the bdev.
  96. * But, for the strange corners, lets be cautious
  97. */
  98. cleancache_invalidate_inode(mapping);
  99. }
  100. EXPORT_SYMBOL(invalidate_bdev);
  101. int set_blocksize(struct block_device *bdev, int size)
  102. {
  103. /* Size must be a power of two, and between 512 and PAGE_SIZE */
  104. if (size > PAGE_SIZE || size < 512 || !is_power_of_2(size))
  105. return -EINVAL;
  106. /* Size cannot be smaller than the size supported by the device */
  107. if (size < bdev_logical_block_size(bdev))
  108. return -EINVAL;
  109. /* Don't change the size if it is same as current */
  110. if (bdev->bd_block_size != size) {
  111. sync_blockdev(bdev);
  112. bdev->bd_block_size = size;
  113. bdev->bd_inode->i_blkbits = blksize_bits(size);
  114. kill_bdev(bdev);
  115. }
  116. return 0;
  117. }
  118. EXPORT_SYMBOL(set_blocksize);
  119. int sb_set_blocksize(struct super_block *sb, int size)
  120. {
  121. if (set_blocksize(sb->s_bdev, size))
  122. return 0;
  123. /* If we get here, we know size is power of two
  124. * and it's value is between 512 and PAGE_SIZE */
  125. sb->s_blocksize = size;
  126. sb->s_blocksize_bits = blksize_bits(size);
  127. return sb->s_blocksize;
  128. }
  129. EXPORT_SYMBOL(sb_set_blocksize);
  130. int sb_min_blocksize(struct super_block *sb, int size)
  131. {
  132. int minsize = bdev_logical_block_size(sb->s_bdev);
  133. if (size < minsize)
  134. size = minsize;
  135. return sb_set_blocksize(sb, size);
  136. }
  137. EXPORT_SYMBOL(sb_min_blocksize);
  138. static int
  139. blkdev_get_block(struct inode *inode, sector_t iblock,
  140. struct buffer_head *bh, int create)
  141. {
  142. bh->b_bdev = I_BDEV(inode);
  143. bh->b_blocknr = iblock;
  144. set_buffer_mapped(bh);
  145. return 0;
  146. }
  147. static struct inode *bdev_file_inode(struct file *file)
  148. {
  149. return file->f_mapping->host;
  150. }
  151. static ssize_t
  152. blkdev_direct_IO(struct kiocb *iocb, struct iov_iter *iter)
  153. {
  154. struct file *file = iocb->ki_filp;
  155. struct inode *inode = bdev_file_inode(file);
  156. if (IS_DAX(inode))
  157. return dax_do_io(iocb, inode, iter, blkdev_get_block,
  158. NULL, DIO_SKIP_DIO_COUNT);
  159. return __blockdev_direct_IO(iocb, inode, I_BDEV(inode), iter,
  160. blkdev_get_block, NULL, NULL,
  161. DIO_SKIP_DIO_COUNT);
  162. }
  163. int __sync_blockdev(struct block_device *bdev, int wait)
  164. {
  165. if (!bdev)
  166. return 0;
  167. if (!wait)
  168. return filemap_flush(bdev->bd_inode->i_mapping);
  169. return filemap_write_and_wait(bdev->bd_inode->i_mapping);
  170. }
  171. /*
  172. * Write out and wait upon all the dirty data associated with a block
  173. * device via its mapping. Does not take the superblock lock.
  174. */
  175. int sync_blockdev(struct block_device *bdev)
  176. {
  177. return __sync_blockdev(bdev, 1);
  178. }
  179. EXPORT_SYMBOL(sync_blockdev);
  180. /*
  181. * Write out and wait upon all dirty data associated with this
  182. * device. Filesystem data as well as the underlying block
  183. * device. Takes the superblock lock.
  184. */
  185. int fsync_bdev(struct block_device *bdev)
  186. {
  187. struct super_block *sb = get_super(bdev);
  188. if (sb) {
  189. int res = sync_filesystem(sb);
  190. drop_super(sb);
  191. return res;
  192. }
  193. return sync_blockdev(bdev);
  194. }
  195. EXPORT_SYMBOL(fsync_bdev);
  196. /**
  197. * freeze_bdev -- lock a filesystem and force it into a consistent state
  198. * @bdev: blockdevice to lock
  199. *
  200. * If a superblock is found on this device, we take the s_umount semaphore
  201. * on it to make sure nobody unmounts until the snapshot creation is done.
  202. * The reference counter (bd_fsfreeze_count) guarantees that only the last
  203. * unfreeze process can unfreeze the frozen filesystem actually when multiple
  204. * freeze requests arrive simultaneously. It counts up in freeze_bdev() and
  205. * count down in thaw_bdev(). When it becomes 0, thaw_bdev() will unfreeze
  206. * actually.
  207. */
  208. struct super_block *freeze_bdev(struct block_device *bdev)
  209. {
  210. struct super_block *sb;
  211. int error = 0;
  212. mutex_lock(&bdev->bd_fsfreeze_mutex);
  213. if (++bdev->bd_fsfreeze_count > 1) {
  214. /*
  215. * We don't even need to grab a reference - the first call
  216. * to freeze_bdev grab an active reference and only the last
  217. * thaw_bdev drops it.
  218. */
  219. sb = get_super(bdev);
  220. drop_super(sb);
  221. mutex_unlock(&bdev->bd_fsfreeze_mutex);
  222. return sb;
  223. }
  224. sb = get_active_super(bdev);
  225. if (!sb)
  226. goto out;
  227. if (sb->s_op->freeze_super)
  228. error = sb->s_op->freeze_super(sb);
  229. else
  230. error = freeze_super(sb);
  231. if (error) {
  232. deactivate_super(sb);
  233. bdev->bd_fsfreeze_count--;
  234. mutex_unlock(&bdev->bd_fsfreeze_mutex);
  235. return ERR_PTR(error);
  236. }
  237. deactivate_super(sb);
  238. out:
  239. sync_blockdev(bdev);
  240. mutex_unlock(&bdev->bd_fsfreeze_mutex);
  241. return sb; /* thaw_bdev releases s->s_umount */
  242. }
  243. EXPORT_SYMBOL(freeze_bdev);
  244. /**
  245. * thaw_bdev -- unlock filesystem
  246. * @bdev: blockdevice to unlock
  247. * @sb: associated superblock
  248. *
  249. * Unlocks the filesystem and marks it writeable again after freeze_bdev().
  250. */
  251. int thaw_bdev(struct block_device *bdev, struct super_block *sb)
  252. {
  253. int error = -EINVAL;
  254. mutex_lock(&bdev->bd_fsfreeze_mutex);
  255. if (!bdev->bd_fsfreeze_count)
  256. goto out;
  257. error = 0;
  258. if (--bdev->bd_fsfreeze_count > 0)
  259. goto out;
  260. if (!sb)
  261. goto out;
  262. if (sb->s_op->thaw_super)
  263. error = sb->s_op->thaw_super(sb);
  264. else
  265. error = thaw_super(sb);
  266. if (error) {
  267. bdev->bd_fsfreeze_count++;
  268. mutex_unlock(&bdev->bd_fsfreeze_mutex);
  269. return error;
  270. }
  271. out:
  272. mutex_unlock(&bdev->bd_fsfreeze_mutex);
  273. return 0;
  274. }
  275. EXPORT_SYMBOL(thaw_bdev);
  276. static int blkdev_writepage(struct page *page, struct writeback_control *wbc)
  277. {
  278. return block_write_full_page(page, blkdev_get_block, wbc);
  279. }
  280. static int blkdev_readpage(struct file * file, struct page * page)
  281. {
  282. return block_read_full_page(page, blkdev_get_block);
  283. }
  284. static int blkdev_readpages(struct file *file, struct address_space *mapping,
  285. struct list_head *pages, unsigned nr_pages)
  286. {
  287. return mpage_readpages(mapping, pages, nr_pages, blkdev_get_block);
  288. }
  289. static int blkdev_write_begin(struct file *file, struct address_space *mapping,
  290. loff_t pos, unsigned len, unsigned flags,
  291. struct page **pagep, void **fsdata)
  292. {
  293. return block_write_begin(mapping, pos, len, flags, pagep,
  294. blkdev_get_block);
  295. }
  296. static int blkdev_write_end(struct file *file, struct address_space *mapping,
  297. loff_t pos, unsigned len, unsigned copied,
  298. struct page *page, void *fsdata)
  299. {
  300. int ret;
  301. ret = block_write_end(file, mapping, pos, len, copied, page, fsdata);
  302. unlock_page(page);
  303. put_page(page);
  304. return ret;
  305. }
  306. /*
  307. * private llseek:
  308. * for a block special file file_inode(file)->i_size is zero
  309. * so we compute the size by hand (just as in block_read/write above)
  310. */
  311. static loff_t block_llseek(struct file *file, loff_t offset, int whence)
  312. {
  313. struct inode *bd_inode = bdev_file_inode(file);
  314. loff_t retval;
  315. inode_lock(bd_inode);
  316. retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode));
  317. inode_unlock(bd_inode);
  318. return retval;
  319. }
  320. int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync)
  321. {
  322. struct inode *bd_inode = bdev_file_inode(filp);
  323. struct block_device *bdev = I_BDEV(bd_inode);
  324. int error;
  325. error = filemap_write_and_wait_range(filp->f_mapping, start, end);
  326. if (error)
  327. return error;
  328. /*
  329. * There is no need to serialise calls to blkdev_issue_flush with
  330. * i_mutex and doing so causes performance issues with concurrent
  331. * O_SYNC writers to a block device.
  332. */
  333. error = blkdev_issue_flush(bdev, GFP_KERNEL, NULL);
  334. if (error == -EOPNOTSUPP)
  335. error = 0;
  336. return error;
  337. }
  338. EXPORT_SYMBOL(blkdev_fsync);
  339. /**
  340. * bdev_read_page() - Start reading a page from a block device
  341. * @bdev: The device to read the page from
  342. * @sector: The offset on the device to read the page to (need not be aligned)
  343. * @page: The page to read
  344. *
  345. * On entry, the page should be locked. It will be unlocked when the page
  346. * has been read. If the block driver implements rw_page synchronously,
  347. * that will be true on exit from this function, but it need not be.
  348. *
  349. * Errors returned by this function are usually "soft", eg out of memory, or
  350. * queue full; callers should try a different route to read this page rather
  351. * than propagate an error back up the stack.
  352. *
  353. * Return: negative errno if an error occurs, 0 if submission was successful.
  354. */
  355. int bdev_read_page(struct block_device *bdev, sector_t sector,
  356. struct page *page)
  357. {
  358. const struct block_device_operations *ops = bdev->bd_disk->fops;
  359. int result = -EOPNOTSUPP;
  360. if (!ops->rw_page || bdev_get_integrity(bdev))
  361. return result;
  362. result = blk_queue_enter(bdev->bd_queue, false);
  363. if (result)
  364. return result;
  365. result = ops->rw_page(bdev, sector + get_start_sect(bdev), page, READ);
  366. blk_queue_exit(bdev->bd_queue);
  367. return result;
  368. }
  369. EXPORT_SYMBOL_GPL(bdev_read_page);
  370. /**
  371. * bdev_write_page() - Start writing a page to a block device
  372. * @bdev: The device to write the page to
  373. * @sector: The offset on the device to write the page to (need not be aligned)
  374. * @page: The page to write
  375. * @wbc: The writeback_control for the write
  376. *
  377. * On entry, the page should be locked and not currently under writeback.
  378. * On exit, if the write started successfully, the page will be unlocked and
  379. * under writeback. If the write failed already (eg the driver failed to
  380. * queue the page to the device), the page will still be locked. If the
  381. * caller is a ->writepage implementation, it will need to unlock the page.
  382. *
  383. * Errors returned by this function are usually "soft", eg out of memory, or
  384. * queue full; callers should try a different route to write this page rather
  385. * than propagate an error back up the stack.
  386. *
  387. * Return: negative errno if an error occurs, 0 if submission was successful.
  388. */
  389. int bdev_write_page(struct block_device *bdev, sector_t sector,
  390. struct page *page, struct writeback_control *wbc)
  391. {
  392. int result;
  393. int rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE;
  394. const struct block_device_operations *ops = bdev->bd_disk->fops;
  395. if (!ops->rw_page || bdev_get_integrity(bdev))
  396. return -EOPNOTSUPP;
  397. result = blk_queue_enter(bdev->bd_queue, false);
  398. if (result)
  399. return result;
  400. set_page_writeback(page);
  401. result = ops->rw_page(bdev, sector + get_start_sect(bdev), page, rw);
  402. if (result)
  403. end_page_writeback(page);
  404. else
  405. unlock_page(page);
  406. blk_queue_exit(bdev->bd_queue);
  407. return result;
  408. }
  409. EXPORT_SYMBOL_GPL(bdev_write_page);
  410. /**
  411. * bdev_direct_access() - Get the address for directly-accessibly memory
  412. * @bdev: The device containing the memory
  413. * @dax: control and output parameters for ->direct_access
  414. *
  415. * If a block device is made up of directly addressable memory, this function
  416. * will tell the caller the PFN and the address of the memory. The address
  417. * may be directly dereferenced within the kernel without the need to call
  418. * ioremap(), kmap() or similar. The PFN is suitable for inserting into
  419. * page tables.
  420. *
  421. * Return: negative errno if an error occurs, otherwise the number of bytes
  422. * accessible at this address.
  423. */
  424. long bdev_direct_access(struct block_device *bdev, struct blk_dax_ctl *dax)
  425. {
  426. sector_t sector = dax->sector;
  427. long avail, size = dax->size;
  428. const struct block_device_operations *ops = bdev->bd_disk->fops;
  429. /*
  430. * The device driver is allowed to sleep, in order to make the
  431. * memory directly accessible.
  432. */
  433. might_sleep();
  434. if (size < 0)
  435. return size;
  436. if (!blk_queue_dax(bdev_get_queue(bdev)) || !ops->direct_access)
  437. return -EOPNOTSUPP;
  438. if ((sector + DIV_ROUND_UP(size, 512)) >
  439. part_nr_sects_read(bdev->bd_part))
  440. return -ERANGE;
  441. sector += get_start_sect(bdev);
  442. if (sector % (PAGE_SIZE / 512))
  443. return -EINVAL;
  444. avail = ops->direct_access(bdev, sector, &dax->addr, &dax->pfn, size);
  445. if (!avail)
  446. return -ERANGE;
  447. if (avail > 0 && avail & ~PAGE_MASK)
  448. return -ENXIO;
  449. return min(avail, size);
  450. }
  451. EXPORT_SYMBOL_GPL(bdev_direct_access);
  452. /**
  453. * bdev_dax_supported() - Check if the device supports dax for filesystem
  454. * @sb: The superblock of the device
  455. * @blocksize: The block size of the device
  456. *
  457. * This is a library function for filesystems to check if the block device
  458. * can be mounted with dax option.
  459. *
  460. * Return: negative errno if unsupported, 0 if supported.
  461. */
  462. int bdev_dax_supported(struct super_block *sb, int blocksize)
  463. {
  464. struct blk_dax_ctl dax = {
  465. .sector = 0,
  466. .size = PAGE_SIZE,
  467. };
  468. int err;
  469. if (blocksize != PAGE_SIZE) {
  470. vfs_msg(sb, KERN_ERR, "error: unsupported blocksize for dax");
  471. return -EINVAL;
  472. }
  473. err = bdev_direct_access(sb->s_bdev, &dax);
  474. if (err < 0) {
  475. switch (err) {
  476. case -EOPNOTSUPP:
  477. vfs_msg(sb, KERN_ERR,
  478. "error: device does not support dax");
  479. break;
  480. case -EINVAL:
  481. vfs_msg(sb, KERN_ERR,
  482. "error: unaligned partition for dax");
  483. break;
  484. default:
  485. vfs_msg(sb, KERN_ERR,
  486. "error: dax access failed (%d)", err);
  487. }
  488. return err;
  489. }
  490. return 0;
  491. }
  492. EXPORT_SYMBOL_GPL(bdev_dax_supported);
  493. /**
  494. * bdev_dax_capable() - Return if the raw device is capable for dax
  495. * @bdev: The device for raw block device access
  496. */
  497. bool bdev_dax_capable(struct block_device *bdev)
  498. {
  499. struct blk_dax_ctl dax = {
  500. .size = PAGE_SIZE,
  501. };
  502. if (!IS_ENABLED(CONFIG_FS_DAX))
  503. return false;
  504. dax.sector = 0;
  505. if (bdev_direct_access(bdev, &dax) < 0)
  506. return false;
  507. dax.sector = bdev->bd_part->nr_sects - (PAGE_SIZE / 512);
  508. if (bdev_direct_access(bdev, &dax) < 0)
  509. return false;
  510. return true;
  511. }
  512. /*
  513. * pseudo-fs
  514. */
  515. static __cacheline_aligned_in_smp DEFINE_SPINLOCK(bdev_lock);
  516. static struct kmem_cache * bdev_cachep __read_mostly;
  517. static struct inode *bdev_alloc_inode(struct super_block *sb)
  518. {
  519. struct bdev_inode *ei = kmem_cache_alloc(bdev_cachep, GFP_KERNEL);
  520. if (!ei)
  521. return NULL;
  522. return &ei->vfs_inode;
  523. }
  524. static void bdev_i_callback(struct rcu_head *head)
  525. {
  526. struct inode *inode = container_of(head, struct inode, i_rcu);
  527. struct bdev_inode *bdi = BDEV_I(inode);
  528. kmem_cache_free(bdev_cachep, bdi);
  529. }
  530. static void bdev_destroy_inode(struct inode *inode)
  531. {
  532. call_rcu(&inode->i_rcu, bdev_i_callback);
  533. }
  534. static void init_once(void *foo)
  535. {
  536. struct bdev_inode *ei = (struct bdev_inode *) foo;
  537. struct block_device *bdev = &ei->bdev;
  538. memset(bdev, 0, sizeof(*bdev));
  539. mutex_init(&bdev->bd_mutex);
  540. INIT_LIST_HEAD(&bdev->bd_list);
  541. #ifdef CONFIG_SYSFS
  542. INIT_LIST_HEAD(&bdev->bd_holder_disks);
  543. #endif
  544. inode_init_once(&ei->vfs_inode);
  545. /* Initialize mutex for freeze. */
  546. mutex_init(&bdev->bd_fsfreeze_mutex);
  547. }
  548. static void bdev_evict_inode(struct inode *inode)
  549. {
  550. struct block_device *bdev = &BDEV_I(inode)->bdev;
  551. truncate_inode_pages_final(&inode->i_data);
  552. invalidate_inode_buffers(inode); /* is it needed here? */
  553. clear_inode(inode);
  554. spin_lock(&bdev_lock);
  555. list_del_init(&bdev->bd_list);
  556. spin_unlock(&bdev_lock);
  557. }
  558. static const struct super_operations bdev_sops = {
  559. .statfs = simple_statfs,
  560. .alloc_inode = bdev_alloc_inode,
  561. .destroy_inode = bdev_destroy_inode,
  562. .drop_inode = generic_delete_inode,
  563. .evict_inode = bdev_evict_inode,
  564. };
  565. static struct dentry *bd_mount(struct file_system_type *fs_type,
  566. int flags, const char *dev_name, void *data)
  567. {
  568. struct dentry *dent;
  569. dent = mount_pseudo(fs_type, "bdev:", &bdev_sops, NULL, BDEVFS_MAGIC);
  570. if (dent)
  571. dent->d_sb->s_iflags |= SB_I_CGROUPWB;
  572. return dent;
  573. }
  574. static struct file_system_type bd_type = {
  575. .name = "bdev",
  576. .mount = bd_mount,
  577. .kill_sb = kill_anon_super,
  578. };
  579. struct super_block *blockdev_superblock __read_mostly;
  580. EXPORT_SYMBOL_GPL(blockdev_superblock);
  581. void __init bdev_cache_init(void)
  582. {
  583. int err;
  584. static struct vfsmount *bd_mnt;
  585. bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode),
  586. 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
  587. SLAB_MEM_SPREAD|SLAB_ACCOUNT|SLAB_PANIC),
  588. init_once);
  589. err = register_filesystem(&bd_type);
  590. if (err)
  591. panic("Cannot register bdev pseudo-fs");
  592. bd_mnt = kern_mount(&bd_type);
  593. if (IS_ERR(bd_mnt))
  594. panic("Cannot create bdev pseudo-fs");
  595. blockdev_superblock = bd_mnt->mnt_sb; /* For writeback */
  596. }
  597. /*
  598. * Most likely _very_ bad one - but then it's hardly critical for small
  599. * /dev and can be fixed when somebody will need really large one.
  600. * Keep in mind that it will be fed through icache hash function too.
  601. */
  602. static inline unsigned long hash(dev_t dev)
  603. {
  604. return MAJOR(dev)+MINOR(dev);
  605. }
  606. static int bdev_test(struct inode *inode, void *data)
  607. {
  608. return BDEV_I(inode)->bdev.bd_dev == *(dev_t *)data;
  609. }
  610. static int bdev_set(struct inode *inode, void *data)
  611. {
  612. BDEV_I(inode)->bdev.bd_dev = *(dev_t *)data;
  613. return 0;
  614. }
  615. static LIST_HEAD(all_bdevs);
  616. struct block_device *bdget(dev_t dev)
  617. {
  618. struct block_device *bdev;
  619. struct inode *inode;
  620. inode = iget5_locked(blockdev_superblock, hash(dev),
  621. bdev_test, bdev_set, &dev);
  622. if (!inode)
  623. return NULL;
  624. bdev = &BDEV_I(inode)->bdev;
  625. if (inode->i_state & I_NEW) {
  626. bdev->bd_contains = NULL;
  627. bdev->bd_super = NULL;
  628. bdev->bd_inode = inode;
  629. bdev->bd_block_size = (1 << inode->i_blkbits);
  630. bdev->bd_part_count = 0;
  631. bdev->bd_invalidated = 0;
  632. inode->i_mode = S_IFBLK;
  633. inode->i_rdev = dev;
  634. inode->i_bdev = bdev;
  635. inode->i_data.a_ops = &def_blk_aops;
  636. mapping_set_gfp_mask(&inode->i_data, GFP_USER);
  637. spin_lock(&bdev_lock);
  638. list_add(&bdev->bd_list, &all_bdevs);
  639. spin_unlock(&bdev_lock);
  640. unlock_new_inode(inode);
  641. }
  642. return bdev;
  643. }
  644. EXPORT_SYMBOL(bdget);
  645. /**
  646. * bdgrab -- Grab a reference to an already referenced block device
  647. * @bdev: Block device to grab a reference to.
  648. */
  649. struct block_device *bdgrab(struct block_device *bdev)
  650. {
  651. ihold(bdev->bd_inode);
  652. return bdev;
  653. }
  654. EXPORT_SYMBOL(bdgrab);
  655. long nr_blockdev_pages(void)
  656. {
  657. struct block_device *bdev;
  658. long ret = 0;
  659. spin_lock(&bdev_lock);
  660. list_for_each_entry(bdev, &all_bdevs, bd_list) {
  661. ret += bdev->bd_inode->i_mapping->nrpages;
  662. }
  663. spin_unlock(&bdev_lock);
  664. return ret;
  665. }
  666. void bdput(struct block_device *bdev)
  667. {
  668. iput(bdev->bd_inode);
  669. }
  670. EXPORT_SYMBOL(bdput);
  671. static struct block_device *bd_acquire(struct inode *inode)
  672. {
  673. struct block_device *bdev;
  674. spin_lock(&bdev_lock);
  675. bdev = inode->i_bdev;
  676. if (bdev) {
  677. bdgrab(bdev);
  678. spin_unlock(&bdev_lock);
  679. return bdev;
  680. }
  681. spin_unlock(&bdev_lock);
  682. bdev = bdget(inode->i_rdev);
  683. if (bdev) {
  684. spin_lock(&bdev_lock);
  685. if (!inode->i_bdev) {
  686. /*
  687. * We take an additional reference to bd_inode,
  688. * and it's released in clear_inode() of inode.
  689. * So, we can access it via ->i_mapping always
  690. * without igrab().
  691. */
  692. bdgrab(bdev);
  693. inode->i_bdev = bdev;
  694. inode->i_mapping = bdev->bd_inode->i_mapping;
  695. }
  696. spin_unlock(&bdev_lock);
  697. }
  698. return bdev;
  699. }
  700. /* Call when you free inode */
  701. void bd_forget(struct inode *inode)
  702. {
  703. struct block_device *bdev = NULL;
  704. spin_lock(&bdev_lock);
  705. if (!sb_is_blkdev_sb(inode->i_sb))
  706. bdev = inode->i_bdev;
  707. inode->i_bdev = NULL;
  708. inode->i_mapping = &inode->i_data;
  709. spin_unlock(&bdev_lock);
  710. if (bdev)
  711. bdput(bdev);
  712. }
  713. /**
  714. * bd_may_claim - test whether a block device can be claimed
  715. * @bdev: block device of interest
  716. * @whole: whole block device containing @bdev, may equal @bdev
  717. * @holder: holder trying to claim @bdev
  718. *
  719. * Test whether @bdev can be claimed by @holder.
  720. *
  721. * CONTEXT:
  722. * spin_lock(&bdev_lock).
  723. *
  724. * RETURNS:
  725. * %true if @bdev can be claimed, %false otherwise.
  726. */
  727. static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
  728. void *holder)
  729. {
  730. if (bdev->bd_holder == holder)
  731. return true; /* already a holder */
  732. else if (bdev->bd_holder != NULL)
  733. return false; /* held by someone else */
  734. else if (bdev->bd_contains == bdev)
  735. return true; /* is a whole device which isn't held */
  736. else if (whole->bd_holder == bd_may_claim)
  737. return true; /* is a partition of a device that is being partitioned */
  738. else if (whole->bd_holder != NULL)
  739. return false; /* is a partition of a held device */
  740. else
  741. return true; /* is a partition of an un-held device */
  742. }
  743. /**
  744. * bd_prepare_to_claim - prepare to claim a block device
  745. * @bdev: block device of interest
  746. * @whole: the whole device containing @bdev, may equal @bdev
  747. * @holder: holder trying to claim @bdev
  748. *
  749. * Prepare to claim @bdev. This function fails if @bdev is already
  750. * claimed by another holder and waits if another claiming is in
  751. * progress. This function doesn't actually claim. On successful
  752. * return, the caller has ownership of bd_claiming and bd_holder[s].
  753. *
  754. * CONTEXT:
  755. * spin_lock(&bdev_lock). Might release bdev_lock, sleep and regrab
  756. * it multiple times.
  757. *
  758. * RETURNS:
  759. * 0 if @bdev can be claimed, -EBUSY otherwise.
  760. */
  761. static int bd_prepare_to_claim(struct block_device *bdev,
  762. struct block_device *whole, void *holder)
  763. {
  764. retry:
  765. /* if someone else claimed, fail */
  766. if (!bd_may_claim(bdev, whole, holder))
  767. return -EBUSY;
  768. /* if claiming is already in progress, wait for it to finish */
  769. if (whole->bd_claiming) {
  770. wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0);
  771. DEFINE_WAIT(wait);
  772. prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE);
  773. spin_unlock(&bdev_lock);
  774. schedule();
  775. finish_wait(wq, &wait);
  776. spin_lock(&bdev_lock);
  777. goto retry;
  778. }
  779. /* yay, all mine */
  780. return 0;
  781. }
  782. /**
  783. * bd_start_claiming - start claiming a block device
  784. * @bdev: block device of interest
  785. * @holder: holder trying to claim @bdev
  786. *
  787. * @bdev is about to be opened exclusively. Check @bdev can be opened
  788. * exclusively and mark that an exclusive open is in progress. Each
  789. * successful call to this function must be matched with a call to
  790. * either bd_finish_claiming() or bd_abort_claiming() (which do not
  791. * fail).
  792. *
  793. * This function is used to gain exclusive access to the block device
  794. * without actually causing other exclusive open attempts to fail. It
  795. * should be used when the open sequence itself requires exclusive
  796. * access but may subsequently fail.
  797. *
  798. * CONTEXT:
  799. * Might sleep.
  800. *
  801. * RETURNS:
  802. * Pointer to the block device containing @bdev on success, ERR_PTR()
  803. * value on failure.
  804. */
  805. static struct block_device *bd_start_claiming(struct block_device *bdev,
  806. void *holder)
  807. {
  808. struct gendisk *disk;
  809. struct block_device *whole;
  810. int partno, err;
  811. might_sleep();
  812. /*
  813. * @bdev might not have been initialized properly yet, look up
  814. * and grab the outer block device the hard way.
  815. */
  816. disk = get_gendisk(bdev->bd_dev, &partno);
  817. if (!disk)
  818. return ERR_PTR(-ENXIO);
  819. /*
  820. * Normally, @bdev should equal what's returned from bdget_disk()
  821. * if partno is 0; however, some drivers (floppy) use multiple
  822. * bdev's for the same physical device and @bdev may be one of the
  823. * aliases. Keep @bdev if partno is 0. This means claimer
  824. * tracking is broken for those devices but it has always been that
  825. * way.
  826. */
  827. if (partno)
  828. whole = bdget_disk(disk, 0);
  829. else
  830. whole = bdgrab(bdev);
  831. module_put(disk->fops->owner);
  832. put_disk(disk);
  833. if (!whole)
  834. return ERR_PTR(-ENOMEM);
  835. /* prepare to claim, if successful, mark claiming in progress */
  836. spin_lock(&bdev_lock);
  837. err = bd_prepare_to_claim(bdev, whole, holder);
  838. if (err == 0) {
  839. whole->bd_claiming = holder;
  840. spin_unlock(&bdev_lock);
  841. return whole;
  842. } else {
  843. spin_unlock(&bdev_lock);
  844. bdput(whole);
  845. return ERR_PTR(err);
  846. }
  847. }
  848. #ifdef CONFIG_SYSFS
  849. struct bd_holder_disk {
  850. struct list_head list;
  851. struct gendisk *disk;
  852. int refcnt;
  853. };
  854. static struct bd_holder_disk *bd_find_holder_disk(struct block_device *bdev,
  855. struct gendisk *disk)
  856. {
  857. struct bd_holder_disk *holder;
  858. list_for_each_entry(holder, &bdev->bd_holder_disks, list)
  859. if (holder->disk == disk)
  860. return holder;
  861. return NULL;
  862. }
  863. static int add_symlink(struct kobject *from, struct kobject *to)
  864. {
  865. return sysfs_create_link(from, to, kobject_name(to));
  866. }
  867. static void del_symlink(struct kobject *from, struct kobject *to)
  868. {
  869. sysfs_remove_link(from, kobject_name(to));
  870. }
  871. /**
  872. * bd_link_disk_holder - create symlinks between holding disk and slave bdev
  873. * @bdev: the claimed slave bdev
  874. * @disk: the holding disk
  875. *
  876. * DON'T USE THIS UNLESS YOU'RE ALREADY USING IT.
  877. *
  878. * This functions creates the following sysfs symlinks.
  879. *
  880. * - from "slaves" directory of the holder @disk to the claimed @bdev
  881. * - from "holders" directory of the @bdev to the holder @disk
  882. *
  883. * For example, if /dev/dm-0 maps to /dev/sda and disk for dm-0 is
  884. * passed to bd_link_disk_holder(), then:
  885. *
  886. * /sys/block/dm-0/slaves/sda --> /sys/block/sda
  887. * /sys/block/sda/holders/dm-0 --> /sys/block/dm-0
  888. *
  889. * The caller must have claimed @bdev before calling this function and
  890. * ensure that both @bdev and @disk are valid during the creation and
  891. * lifetime of these symlinks.
  892. *
  893. * CONTEXT:
  894. * Might sleep.
  895. *
  896. * RETURNS:
  897. * 0 on success, -errno on failure.
  898. */
  899. int bd_link_disk_holder(struct block_device *bdev, struct gendisk *disk)
  900. {
  901. struct bd_holder_disk *holder;
  902. int ret = 0;
  903. mutex_lock(&bdev->bd_mutex);
  904. WARN_ON_ONCE(!bdev->bd_holder);
  905. /* FIXME: remove the following once add_disk() handles errors */
  906. if (WARN_ON(!disk->slave_dir || !bdev->bd_part->holder_dir))
  907. goto out_unlock;
  908. holder = bd_find_holder_disk(bdev, disk);
  909. if (holder) {
  910. holder->refcnt++;
  911. goto out_unlock;
  912. }
  913. holder = kzalloc(sizeof(*holder), GFP_KERNEL);
  914. if (!holder) {
  915. ret = -ENOMEM;
  916. goto out_unlock;
  917. }
  918. INIT_LIST_HEAD(&holder->list);
  919. holder->disk = disk;
  920. holder->refcnt = 1;
  921. ret = add_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
  922. if (ret)
  923. goto out_free;
  924. ret = add_symlink(bdev->bd_part->holder_dir, &disk_to_dev(disk)->kobj);
  925. if (ret)
  926. goto out_del;
  927. /*
  928. * bdev could be deleted beneath us which would implicitly destroy
  929. * the holder directory. Hold on to it.
  930. */
  931. kobject_get(bdev->bd_part->holder_dir);
  932. list_add(&holder->list, &bdev->bd_holder_disks);
  933. goto out_unlock;
  934. out_del:
  935. del_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
  936. out_free:
  937. kfree(holder);
  938. out_unlock:
  939. mutex_unlock(&bdev->bd_mutex);
  940. return ret;
  941. }
  942. EXPORT_SYMBOL_GPL(bd_link_disk_holder);
  943. /**
  944. * bd_unlink_disk_holder - destroy symlinks created by bd_link_disk_holder()
  945. * @bdev: the calimed slave bdev
  946. * @disk: the holding disk
  947. *
  948. * DON'T USE THIS UNLESS YOU'RE ALREADY USING IT.
  949. *
  950. * CONTEXT:
  951. * Might sleep.
  952. */
  953. void bd_unlink_disk_holder(struct block_device *bdev, struct gendisk *disk)
  954. {
  955. struct bd_holder_disk *holder;
  956. mutex_lock(&bdev->bd_mutex);
  957. holder = bd_find_holder_disk(bdev, disk);
  958. if (!WARN_ON_ONCE(holder == NULL) && !--holder->refcnt) {
  959. del_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
  960. del_symlink(bdev->bd_part->holder_dir,
  961. &disk_to_dev(disk)->kobj);
  962. kobject_put(bdev->bd_part->holder_dir);
  963. list_del_init(&holder->list);
  964. kfree(holder);
  965. }
  966. mutex_unlock(&bdev->bd_mutex);
  967. }
  968. EXPORT_SYMBOL_GPL(bd_unlink_disk_holder);
  969. #endif
  970. /**
  971. * flush_disk - invalidates all buffer-cache entries on a disk
  972. *
  973. * @bdev: struct block device to be flushed
  974. * @kill_dirty: flag to guide handling of dirty inodes
  975. *
  976. * Invalidates all buffer-cache entries on a disk. It should be called
  977. * when a disk has been changed -- either by a media change or online
  978. * resize.
  979. */
  980. static void flush_disk(struct block_device *bdev, bool kill_dirty)
  981. {
  982. if (__invalidate_device(bdev, kill_dirty)) {
  983. printk(KERN_WARNING "VFS: busy inodes on changed media or "
  984. "resized disk %s\n",
  985. bdev->bd_disk ? bdev->bd_disk->disk_name : "");
  986. }
  987. if (!bdev->bd_disk)
  988. return;
  989. if (disk_part_scan_enabled(bdev->bd_disk))
  990. bdev->bd_invalidated = 1;
  991. }
  992. /**
  993. * check_disk_size_change - checks for disk size change and adjusts bdev size.
  994. * @disk: struct gendisk to check
  995. * @bdev: struct bdev to adjust.
  996. *
  997. * This routine checks to see if the bdev size does not match the disk size
  998. * and adjusts it if it differs.
  999. */
  1000. void check_disk_size_change(struct gendisk *disk, struct block_device *bdev)
  1001. {
  1002. loff_t disk_size, bdev_size;
  1003. disk_size = (loff_t)get_capacity(disk) << 9;
  1004. bdev_size = i_size_read(bdev->bd_inode);
  1005. if (disk_size != bdev_size) {
  1006. printk(KERN_INFO
  1007. "%s: detected capacity change from %lld to %lld\n",
  1008. disk->disk_name, bdev_size, disk_size);
  1009. i_size_write(bdev->bd_inode, disk_size);
  1010. flush_disk(bdev, false);
  1011. }
  1012. }
  1013. EXPORT_SYMBOL(check_disk_size_change);
  1014. /**
  1015. * revalidate_disk - wrapper for lower-level driver's revalidate_disk call-back
  1016. * @disk: struct gendisk to be revalidated
  1017. *
  1018. * This routine is a wrapper for lower-level driver's revalidate_disk
  1019. * call-backs. It is used to do common pre and post operations needed
  1020. * for all revalidate_disk operations.
  1021. */
  1022. int revalidate_disk(struct gendisk *disk)
  1023. {
  1024. struct block_device *bdev;
  1025. int ret = 0;
  1026. if (disk->fops->revalidate_disk)
  1027. ret = disk->fops->revalidate_disk(disk);
  1028. blk_integrity_revalidate(disk);
  1029. bdev = bdget_disk(disk, 0);
  1030. if (!bdev)
  1031. return ret;
  1032. mutex_lock(&bdev->bd_mutex);
  1033. check_disk_size_change(disk, bdev);
  1034. bdev->bd_invalidated = 0;
  1035. mutex_unlock(&bdev->bd_mutex);
  1036. bdput(bdev);
  1037. return ret;
  1038. }
  1039. EXPORT_SYMBOL(revalidate_disk);
  1040. /*
  1041. * This routine checks whether a removable media has been changed,
  1042. * and invalidates all buffer-cache-entries in that case. This
  1043. * is a relatively slow routine, so we have to try to minimize using
  1044. * it. Thus it is called only upon a 'mount' or 'open'. This
  1045. * is the best way of combining speed and utility, I think.
  1046. * People changing diskettes in the middle of an operation deserve
  1047. * to lose :-)
  1048. */
  1049. int check_disk_change(struct block_device *bdev)
  1050. {
  1051. struct gendisk *disk = bdev->bd_disk;
  1052. const struct block_device_operations *bdops = disk->fops;
  1053. unsigned int events;
  1054. events = disk_clear_events(disk, DISK_EVENT_MEDIA_CHANGE |
  1055. DISK_EVENT_EJECT_REQUEST);
  1056. if (!(events & DISK_EVENT_MEDIA_CHANGE))
  1057. return 0;
  1058. flush_disk(bdev, true);
  1059. if (bdops->revalidate_disk)
  1060. bdops->revalidate_disk(bdev->bd_disk);
  1061. return 1;
  1062. }
  1063. EXPORT_SYMBOL(check_disk_change);
  1064. void bd_set_size(struct block_device *bdev, loff_t size)
  1065. {
  1066. unsigned bsize = bdev_logical_block_size(bdev);
  1067. inode_lock(bdev->bd_inode);
  1068. i_size_write(bdev->bd_inode, size);
  1069. inode_unlock(bdev->bd_inode);
  1070. while (bsize < PAGE_SIZE) {
  1071. if (size & bsize)
  1072. break;
  1073. bsize <<= 1;
  1074. }
  1075. bdev->bd_block_size = bsize;
  1076. bdev->bd_inode->i_blkbits = blksize_bits(bsize);
  1077. }
  1078. EXPORT_SYMBOL(bd_set_size);
  1079. static void __blkdev_put(struct block_device *bdev, fmode_t mode, int for_part);
  1080. /*
  1081. * bd_mutex locking:
  1082. *
  1083. * mutex_lock(part->bd_mutex)
  1084. * mutex_lock_nested(whole->bd_mutex, 1)
  1085. */
  1086. static int __blkdev_get(struct block_device *bdev, fmode_t mode, int for_part)
  1087. {
  1088. struct gendisk *disk;
  1089. struct module *owner;
  1090. int ret;
  1091. int partno;
  1092. int perm = 0;
  1093. if (mode & FMODE_READ)
  1094. perm |= MAY_READ;
  1095. if (mode & FMODE_WRITE)
  1096. perm |= MAY_WRITE;
  1097. /*
  1098. * hooks: /n/, see "layering violations".
  1099. */
  1100. if (!for_part) {
  1101. ret = devcgroup_inode_permission(bdev->bd_inode, perm);
  1102. if (ret != 0) {
  1103. bdput(bdev);
  1104. return ret;
  1105. }
  1106. }
  1107. restart:
  1108. ret = -ENXIO;
  1109. disk = get_gendisk(bdev->bd_dev, &partno);
  1110. if (!disk)
  1111. goto out;
  1112. owner = disk->fops->owner;
  1113. disk_block_events(disk);
  1114. mutex_lock_nested(&bdev->bd_mutex, for_part);
  1115. if (!bdev->bd_openers) {
  1116. bdev->bd_disk = disk;
  1117. bdev->bd_queue = disk->queue;
  1118. bdev->bd_contains = bdev;
  1119. if (IS_ENABLED(CONFIG_BLK_DEV_DAX) &&
  1120. blk_queue_dax(disk->queue))
  1121. bdev->bd_inode->i_flags = S_DAX;
  1122. else
  1123. bdev->bd_inode->i_flags = 0;
  1124. if (!partno) {
  1125. ret = -ENXIO;
  1126. bdev->bd_part = disk_get_part(disk, partno);
  1127. if (!bdev->bd_part)
  1128. goto out_clear;
  1129. ret = 0;
  1130. if (disk->fops->open) {
  1131. ret = disk->fops->open(bdev, mode);
  1132. if (ret == -ERESTARTSYS) {
  1133. /* Lost a race with 'disk' being
  1134. * deleted, try again.
  1135. * See md.c
  1136. */
  1137. disk_put_part(bdev->bd_part);
  1138. bdev->bd_part = NULL;
  1139. bdev->bd_disk = NULL;
  1140. bdev->bd_queue = NULL;
  1141. mutex_unlock(&bdev->bd_mutex);
  1142. disk_unblock_events(disk);
  1143. put_disk(disk);
  1144. module_put(owner);
  1145. goto restart;
  1146. }
  1147. }
  1148. if (!ret) {
  1149. bd_set_size(bdev,(loff_t)get_capacity(disk)<<9);
  1150. if (!bdev_dax_capable(bdev))
  1151. bdev->bd_inode->i_flags &= ~S_DAX;
  1152. }
  1153. /*
  1154. * If the device is invalidated, rescan partition
  1155. * if open succeeded or failed with -ENOMEDIUM.
  1156. * The latter is necessary to prevent ghost
  1157. * partitions on a removed medium.
  1158. */
  1159. if (bdev->bd_invalidated) {
  1160. if (!ret)
  1161. rescan_partitions(disk, bdev);
  1162. else if (ret == -ENOMEDIUM)
  1163. invalidate_partitions(disk, bdev);
  1164. }
  1165. if (ret)
  1166. goto out_clear;
  1167. } else {
  1168. struct block_device *whole;
  1169. whole = bdget_disk(disk, 0);
  1170. ret = -ENOMEM;
  1171. if (!whole)
  1172. goto out_clear;
  1173. BUG_ON(for_part);
  1174. ret = __blkdev_get(whole, mode, 1);
  1175. if (ret)
  1176. goto out_clear;
  1177. bdev->bd_contains = whole;
  1178. bdev->bd_part = disk_get_part(disk, partno);
  1179. if (!(disk->flags & GENHD_FL_UP) ||
  1180. !bdev->bd_part || !bdev->bd_part->nr_sects) {
  1181. ret = -ENXIO;
  1182. goto out_clear;
  1183. }
  1184. bd_set_size(bdev, (loff_t)bdev->bd_part->nr_sects << 9);
  1185. if (!bdev_dax_capable(bdev))
  1186. bdev->bd_inode->i_flags &= ~S_DAX;
  1187. }
  1188. } else {
  1189. if (bdev->bd_contains == bdev) {
  1190. ret = 0;
  1191. if (bdev->bd_disk->fops->open)
  1192. ret = bdev->bd_disk->fops->open(bdev, mode);
  1193. /* the same as first opener case, read comment there */
  1194. if (bdev->bd_invalidated) {
  1195. if (!ret)
  1196. rescan_partitions(bdev->bd_disk, bdev);
  1197. else if (ret == -ENOMEDIUM)
  1198. invalidate_partitions(bdev->bd_disk, bdev);
  1199. }
  1200. if (ret)
  1201. goto out_unlock_bdev;
  1202. }
  1203. /* only one opener holds refs to the module and disk */
  1204. put_disk(disk);
  1205. module_put(owner);
  1206. }
  1207. bdev->bd_openers++;
  1208. if (for_part)
  1209. bdev->bd_part_count++;
  1210. mutex_unlock(&bdev->bd_mutex);
  1211. disk_unblock_events(disk);
  1212. return 0;
  1213. out_clear:
  1214. disk_put_part(bdev->bd_part);
  1215. bdev->bd_disk = NULL;
  1216. bdev->bd_part = NULL;
  1217. bdev->bd_queue = NULL;
  1218. if (bdev != bdev->bd_contains)
  1219. __blkdev_put(bdev->bd_contains, mode, 1);
  1220. bdev->bd_contains = NULL;
  1221. out_unlock_bdev:
  1222. mutex_unlock(&bdev->bd_mutex);
  1223. disk_unblock_events(disk);
  1224. put_disk(disk);
  1225. module_put(owner);
  1226. out:
  1227. bdput(bdev);
  1228. return ret;
  1229. }
  1230. /**
  1231. * blkdev_get - open a block device
  1232. * @bdev: block_device to open
  1233. * @mode: FMODE_* mask
  1234. * @holder: exclusive holder identifier
  1235. *
  1236. * Open @bdev with @mode. If @mode includes %FMODE_EXCL, @bdev is
  1237. * open with exclusive access. Specifying %FMODE_EXCL with %NULL
  1238. * @holder is invalid. Exclusive opens may nest for the same @holder.
  1239. *
  1240. * On success, the reference count of @bdev is unchanged. On failure,
  1241. * @bdev is put.
  1242. *
  1243. * CONTEXT:
  1244. * Might sleep.
  1245. *
  1246. * RETURNS:
  1247. * 0 on success, -errno on failure.
  1248. */
  1249. int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder)
  1250. {
  1251. struct block_device *whole = NULL;
  1252. int res;
  1253. WARN_ON_ONCE((mode & FMODE_EXCL) && !holder);
  1254. if ((mode & FMODE_EXCL) && holder) {
  1255. whole = bd_start_claiming(bdev, holder);
  1256. if (IS_ERR(whole)) {
  1257. bdput(bdev);
  1258. return PTR_ERR(whole);
  1259. }
  1260. }
  1261. res = __blkdev_get(bdev, mode, 0);
  1262. if (whole) {
  1263. struct gendisk *disk = whole->bd_disk;
  1264. /* finish claiming */
  1265. mutex_lock(&bdev->bd_mutex);
  1266. spin_lock(&bdev_lock);
  1267. if (!res) {
  1268. BUG_ON(!bd_may_claim(bdev, whole, holder));
  1269. /*
  1270. * Note that for a whole device bd_holders
  1271. * will be incremented twice, and bd_holder
  1272. * will be set to bd_may_claim before being
  1273. * set to holder
  1274. */
  1275. whole->bd_holders++;
  1276. whole->bd_holder = bd_may_claim;
  1277. bdev->bd_holders++;
  1278. bdev->bd_holder = holder;
  1279. }
  1280. /* tell others that we're done */
  1281. BUG_ON(whole->bd_claiming != holder);
  1282. whole->bd_claiming = NULL;
  1283. wake_up_bit(&whole->bd_claiming, 0);
  1284. spin_unlock(&bdev_lock);
  1285. /*
  1286. * Block event polling for write claims if requested. Any
  1287. * write holder makes the write_holder state stick until
  1288. * all are released. This is good enough and tracking
  1289. * individual writeable reference is too fragile given the
  1290. * way @mode is used in blkdev_get/put().
  1291. */
  1292. if (!res && (mode & FMODE_WRITE) && !bdev->bd_write_holder &&
  1293. (disk->flags & GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE)) {
  1294. bdev->bd_write_holder = true;
  1295. disk_block_events(disk);
  1296. }
  1297. mutex_unlock(&bdev->bd_mutex);
  1298. bdput(whole);
  1299. }
  1300. return res;
  1301. }
  1302. EXPORT_SYMBOL(blkdev_get);
  1303. /**
  1304. * blkdev_get_by_path - open a block device by name
  1305. * @path: path to the block device to open
  1306. * @mode: FMODE_* mask
  1307. * @holder: exclusive holder identifier
  1308. *
  1309. * Open the blockdevice described by the device file at @path. @mode
  1310. * and @holder are identical to blkdev_get().
  1311. *
  1312. * On success, the returned block_device has reference count of one.
  1313. *
  1314. * CONTEXT:
  1315. * Might sleep.
  1316. *
  1317. * RETURNS:
  1318. * Pointer to block_device on success, ERR_PTR(-errno) on failure.
  1319. */
  1320. struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
  1321. void *holder)
  1322. {
  1323. struct block_device *bdev;
  1324. int err;
  1325. bdev = lookup_bdev(path);
  1326. if (IS_ERR(bdev))
  1327. return bdev;
  1328. err = blkdev_get(bdev, mode, holder);
  1329. if (err)
  1330. return ERR_PTR(err);
  1331. if ((mode & FMODE_WRITE) && bdev_read_only(bdev)) {
  1332. blkdev_put(bdev, mode);
  1333. return ERR_PTR(-EACCES);
  1334. }
  1335. return bdev;
  1336. }
  1337. EXPORT_SYMBOL(blkdev_get_by_path);
  1338. /**
  1339. * blkdev_get_by_dev - open a block device by device number
  1340. * @dev: device number of block device to open
  1341. * @mode: FMODE_* mask
  1342. * @holder: exclusive holder identifier
  1343. *
  1344. * Open the blockdevice described by device number @dev. @mode and
  1345. * @holder are identical to blkdev_get().
  1346. *
  1347. * Use it ONLY if you really do not have anything better - i.e. when
  1348. * you are behind a truly sucky interface and all you are given is a
  1349. * device number. _Never_ to be used for internal purposes. If you
  1350. * ever need it - reconsider your API.
  1351. *
  1352. * On success, the returned block_device has reference count of one.
  1353. *
  1354. * CONTEXT:
  1355. * Might sleep.
  1356. *
  1357. * RETURNS:
  1358. * Pointer to block_device on success, ERR_PTR(-errno) on failure.
  1359. */
  1360. struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder)
  1361. {
  1362. struct block_device *bdev;
  1363. int err;
  1364. bdev = bdget(dev);
  1365. if (!bdev)
  1366. return ERR_PTR(-ENOMEM);
  1367. err = blkdev_get(bdev, mode, holder);
  1368. if (err)
  1369. return ERR_PTR(err);
  1370. return bdev;
  1371. }
  1372. EXPORT_SYMBOL(blkdev_get_by_dev);
  1373. static int blkdev_open(struct inode * inode, struct file * filp)
  1374. {
  1375. struct block_device *bdev;
  1376. /*
  1377. * Preserve backwards compatibility and allow large file access
  1378. * even if userspace doesn't ask for it explicitly. Some mkfs
  1379. * binary needs it. We might want to drop this workaround
  1380. * during an unstable branch.
  1381. */
  1382. filp->f_flags |= O_LARGEFILE;
  1383. if (filp->f_flags & O_NDELAY)
  1384. filp->f_mode |= FMODE_NDELAY;
  1385. if (filp->f_flags & O_EXCL)
  1386. filp->f_mode |= FMODE_EXCL;
  1387. if ((filp->f_flags & O_ACCMODE) == 3)
  1388. filp->f_mode |= FMODE_WRITE_IOCTL;
  1389. bdev = bd_acquire(inode);
  1390. if (bdev == NULL)
  1391. return -ENOMEM;
  1392. filp->f_mapping = bdev->bd_inode->i_mapping;
  1393. return blkdev_get(bdev, filp->f_mode, filp);
  1394. }
  1395. static void __blkdev_put(struct block_device *bdev, fmode_t mode, int for_part)
  1396. {
  1397. struct gendisk *disk = bdev->bd_disk;
  1398. struct block_device *victim = NULL;
  1399. mutex_lock_nested(&bdev->bd_mutex, for_part);
  1400. if (for_part)
  1401. bdev->bd_part_count--;
  1402. if (!--bdev->bd_openers) {
  1403. WARN_ON_ONCE(bdev->bd_holders);
  1404. sync_blockdev(bdev);
  1405. kill_bdev(bdev);
  1406. bdev_write_inode(bdev);
  1407. /*
  1408. * Detaching bdev inode from its wb in __destroy_inode()
  1409. * is too late: the queue which embeds its bdi (along with
  1410. * root wb) can be gone as soon as we put_disk() below.
  1411. */
  1412. inode_detach_wb(bdev->bd_inode);
  1413. }
  1414. if (bdev->bd_contains == bdev) {
  1415. if (disk->fops->release)
  1416. disk->fops->release(disk, mode);
  1417. }
  1418. if (!bdev->bd_openers) {
  1419. struct module *owner = disk->fops->owner;
  1420. disk_put_part(bdev->bd_part);
  1421. bdev->bd_part = NULL;
  1422. bdev->bd_disk = NULL;
  1423. if (bdev != bdev->bd_contains)
  1424. victim = bdev->bd_contains;
  1425. bdev->bd_contains = NULL;
  1426. put_disk(disk);
  1427. module_put(owner);
  1428. }
  1429. mutex_unlock(&bdev->bd_mutex);
  1430. bdput(bdev);
  1431. if (victim)
  1432. __blkdev_put(victim, mode, 1);
  1433. }
  1434. void blkdev_put(struct block_device *bdev, fmode_t mode)
  1435. {
  1436. mutex_lock(&bdev->bd_mutex);
  1437. if (mode & FMODE_EXCL) {
  1438. bool bdev_free;
  1439. /*
  1440. * Release a claim on the device. The holder fields
  1441. * are protected with bdev_lock. bd_mutex is to
  1442. * synchronize disk_holder unlinking.
  1443. */
  1444. spin_lock(&bdev_lock);
  1445. WARN_ON_ONCE(--bdev->bd_holders < 0);
  1446. WARN_ON_ONCE(--bdev->bd_contains->bd_holders < 0);
  1447. /* bd_contains might point to self, check in a separate step */
  1448. if ((bdev_free = !bdev->bd_holders))
  1449. bdev->bd_holder = NULL;
  1450. if (!bdev->bd_contains->bd_holders)
  1451. bdev->bd_contains->bd_holder = NULL;
  1452. spin_unlock(&bdev_lock);
  1453. /*
  1454. * If this was the last claim, remove holder link and
  1455. * unblock evpoll if it was a write holder.
  1456. */
  1457. if (bdev_free && bdev->bd_write_holder) {
  1458. disk_unblock_events(bdev->bd_disk);
  1459. bdev->bd_write_holder = false;
  1460. }
  1461. }
  1462. /*
  1463. * Trigger event checking and tell drivers to flush MEDIA_CHANGE
  1464. * event. This is to ensure detection of media removal commanded
  1465. * from userland - e.g. eject(1).
  1466. */
  1467. disk_flush_events(bdev->bd_disk, DISK_EVENT_MEDIA_CHANGE);
  1468. mutex_unlock(&bdev->bd_mutex);
  1469. __blkdev_put(bdev, mode, 0);
  1470. }
  1471. EXPORT_SYMBOL(blkdev_put);
  1472. static int blkdev_close(struct inode * inode, struct file * filp)
  1473. {
  1474. struct block_device *bdev = I_BDEV(bdev_file_inode(filp));
  1475. blkdev_put(bdev, filp->f_mode);
  1476. return 0;
  1477. }
  1478. static long block_ioctl(struct file *file, unsigned cmd, unsigned long arg)
  1479. {
  1480. struct block_device *bdev = I_BDEV(bdev_file_inode(file));
  1481. fmode_t mode = file->f_mode;
  1482. /*
  1483. * O_NDELAY can be altered using fcntl(.., F_SETFL, ..), so we have
  1484. * to updated it before every ioctl.
  1485. */
  1486. if (file->f_flags & O_NDELAY)
  1487. mode |= FMODE_NDELAY;
  1488. else
  1489. mode &= ~FMODE_NDELAY;
  1490. return blkdev_ioctl(bdev, mode, cmd, arg);
  1491. }
  1492. /*
  1493. * Write data to the block device. Only intended for the block device itself
  1494. * and the raw driver which basically is a fake block device.
  1495. *
  1496. * Does not take i_mutex for the write and thus is not for general purpose
  1497. * use.
  1498. */
  1499. ssize_t blkdev_write_iter(struct kiocb *iocb, struct iov_iter *from)
  1500. {
  1501. struct file *file = iocb->ki_filp;
  1502. struct inode *bd_inode = bdev_file_inode(file);
  1503. loff_t size = i_size_read(bd_inode);
  1504. struct blk_plug plug;
  1505. ssize_t ret;
  1506. if (bdev_read_only(I_BDEV(bd_inode)))
  1507. return -EPERM;
  1508. if (!iov_iter_count(from))
  1509. return 0;
  1510. if (iocb->ki_pos >= size)
  1511. return -ENOSPC;
  1512. iov_iter_truncate(from, size - iocb->ki_pos);
  1513. blk_start_plug(&plug);
  1514. ret = __generic_file_write_iter(iocb, from);
  1515. if (ret > 0)
  1516. ret = generic_write_sync(iocb, ret);
  1517. blk_finish_plug(&plug);
  1518. return ret;
  1519. }
  1520. EXPORT_SYMBOL_GPL(blkdev_write_iter);
  1521. ssize_t blkdev_read_iter(struct kiocb *iocb, struct iov_iter *to)
  1522. {
  1523. struct file *file = iocb->ki_filp;
  1524. struct inode *bd_inode = bdev_file_inode(file);
  1525. loff_t size = i_size_read(bd_inode);
  1526. loff_t pos = iocb->ki_pos;
  1527. if (pos >= size)
  1528. return 0;
  1529. size -= pos;
  1530. iov_iter_truncate(to, size);
  1531. return generic_file_read_iter(iocb, to);
  1532. }
  1533. EXPORT_SYMBOL_GPL(blkdev_read_iter);
  1534. /*
  1535. * Try to release a page associated with block device when the system
  1536. * is under memory pressure.
  1537. */
  1538. static int blkdev_releasepage(struct page *page, gfp_t wait)
  1539. {
  1540. struct super_block *super = BDEV_I(page->mapping->host)->bdev.bd_super;
  1541. if (super && super->s_op->bdev_try_to_free_page)
  1542. return super->s_op->bdev_try_to_free_page(super, page, wait);
  1543. return try_to_free_buffers(page);
  1544. }
  1545. static int blkdev_writepages(struct address_space *mapping,
  1546. struct writeback_control *wbc)
  1547. {
  1548. if (dax_mapping(mapping)) {
  1549. struct block_device *bdev = I_BDEV(mapping->host);
  1550. return dax_writeback_mapping_range(mapping, bdev, wbc);
  1551. }
  1552. return generic_writepages(mapping, wbc);
  1553. }
  1554. static const struct address_space_operations def_blk_aops = {
  1555. .readpage = blkdev_readpage,
  1556. .readpages = blkdev_readpages,
  1557. .writepage = blkdev_writepage,
  1558. .write_begin = blkdev_write_begin,
  1559. .write_end = blkdev_write_end,
  1560. .writepages = blkdev_writepages,
  1561. .releasepage = blkdev_releasepage,
  1562. .direct_IO = blkdev_direct_IO,
  1563. .is_dirty_writeback = buffer_check_dirty_writeback,
  1564. };
  1565. const struct file_operations def_blk_fops = {
  1566. .open = blkdev_open,
  1567. .release = blkdev_close,
  1568. .llseek = block_llseek,
  1569. .read_iter = blkdev_read_iter,
  1570. .write_iter = blkdev_write_iter,
  1571. .mmap = generic_file_mmap,
  1572. .fsync = blkdev_fsync,
  1573. .unlocked_ioctl = block_ioctl,
  1574. #ifdef CONFIG_COMPAT
  1575. .compat_ioctl = compat_blkdev_ioctl,
  1576. #endif
  1577. .splice_read = generic_file_splice_read,
  1578. .splice_write = iter_file_splice_write,
  1579. };
  1580. int ioctl_by_bdev(struct block_device *bdev, unsigned cmd, unsigned long arg)
  1581. {
  1582. int res;
  1583. mm_segment_t old_fs = get_fs();
  1584. set_fs(KERNEL_DS);
  1585. res = blkdev_ioctl(bdev, 0, cmd, arg);
  1586. set_fs(old_fs);
  1587. return res;
  1588. }
  1589. EXPORT_SYMBOL(ioctl_by_bdev);
  1590. /**
  1591. * lookup_bdev - lookup a struct block_device by name
  1592. * @pathname: special file representing the block device
  1593. *
  1594. * Get a reference to the blockdevice at @pathname in the current
  1595. * namespace if possible and return it. Return ERR_PTR(error)
  1596. * otherwise.
  1597. */
  1598. struct block_device *lookup_bdev(const char *pathname)
  1599. {
  1600. struct block_device *bdev;
  1601. struct inode *inode;
  1602. struct path path;
  1603. int error;
  1604. if (!pathname || !*pathname)
  1605. return ERR_PTR(-EINVAL);
  1606. error = kern_path(pathname, LOOKUP_FOLLOW, &path);
  1607. if (error)
  1608. return ERR_PTR(error);
  1609. inode = d_backing_inode(path.dentry);
  1610. error = -ENOTBLK;
  1611. if (!S_ISBLK(inode->i_mode))
  1612. goto fail;
  1613. error = -EACCES;
  1614. if (!may_open_dev(&path))
  1615. goto fail;
  1616. error = -ENOMEM;
  1617. bdev = bd_acquire(inode);
  1618. if (!bdev)
  1619. goto fail;
  1620. out:
  1621. path_put(&path);
  1622. return bdev;
  1623. fail:
  1624. bdev = ERR_PTR(error);
  1625. goto out;
  1626. }
  1627. EXPORT_SYMBOL(lookup_bdev);
  1628. int __invalidate_device(struct block_device *bdev, bool kill_dirty)
  1629. {
  1630. struct super_block *sb = get_super(bdev);
  1631. int res = 0;
  1632. if (sb) {
  1633. /*
  1634. * no need to lock the super, get_super holds the
  1635. * read mutex so the filesystem cannot go away
  1636. * under us (->put_super runs with the write lock
  1637. * hold).
  1638. */
  1639. shrink_dcache_sb(sb);
  1640. res = invalidate_inodes(sb, kill_dirty);
  1641. drop_super(sb);
  1642. }
  1643. invalidate_bdev(bdev);
  1644. return res;
  1645. }
  1646. EXPORT_SYMBOL(__invalidate_device);
  1647. void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg)
  1648. {
  1649. struct inode *inode, *old_inode = NULL;
  1650. spin_lock(&blockdev_superblock->s_inode_list_lock);
  1651. list_for_each_entry(inode, &blockdev_superblock->s_inodes, i_sb_list) {
  1652. struct address_space *mapping = inode->i_mapping;
  1653. spin_lock(&inode->i_lock);
  1654. if (inode->i_state & (I_FREEING|I_WILL_FREE|I_NEW) ||
  1655. mapping->nrpages == 0) {
  1656. spin_unlock(&inode->i_lock);
  1657. continue;
  1658. }
  1659. __iget(inode);
  1660. spin_unlock(&inode->i_lock);
  1661. spin_unlock(&blockdev_superblock->s_inode_list_lock);
  1662. /*
  1663. * We hold a reference to 'inode' so it couldn't have been
  1664. * removed from s_inodes list while we dropped the
  1665. * s_inode_list_lock We cannot iput the inode now as we can
  1666. * be holding the last reference and we cannot iput it under
  1667. * s_inode_list_lock. So we keep the reference and iput it
  1668. * later.
  1669. */
  1670. iput(old_inode);
  1671. old_inode = inode;
  1672. func(I_BDEV(inode), arg);
  1673. spin_lock(&blockdev_superblock->s_inode_list_lock);
  1674. }
  1675. spin_unlock(&blockdev_superblock->s_inode_list_lock);
  1676. iput(old_inode);
  1677. }